[pacman-dev] CVS update of pacman-lib/lib/libalpm (add.c alpm.h db.h)

dan at archlinux.org dan at archlinux.org
Tue Jan 30 21:58:12 EST 2007


    Date: Tuesday, January 30, 2007 @ 21:58:12
  Author: dan
    Path: /home/cvs-pacman/pacman-lib/lib/libalpm

Modified: add.c (1.107 -> 1.108) alpm.h (1.68 -> 1.69) db.h (1.23 -> 1.24)

slight line spacing/indent updates


--------+
 add.c  |    4 ++--
 alpm.h |    1 -
 db.h   |    1 +
 3 files changed, 3 insertions(+), 3 deletions(-)


Index: pacman-lib/lib/libalpm/add.c
diff -u pacman-lib/lib/libalpm/add.c:1.107 pacman-lib/lib/libalpm/add.c:1.108
--- pacman-lib/lib/libalpm/add.c:1.107	Tue Jan 30 03:14:10 2007
+++ pacman-lib/lib/libalpm/add.c	Tue Jan 30 21:58:12 2007
@@ -276,8 +276,8 @@
 				if(lp == NULL) {
 					break;
 				}
- 			}
- 		}
+			}
+		}
 		/* Removal code should go here, as described above. Instead of simply
 		 * removing items, perhaps throw them in another list to be removed, then
 		 * proceed as sync.c would? I'm not sure because I'm not familiar enough
Index: pacman-lib/lib/libalpm/alpm.h
diff -u pacman-lib/lib/libalpm/alpm.h:1.68 pacman-lib/lib/libalpm/alpm.h:1.69
--- pacman-lib/lib/libalpm/alpm.h:1.68	Tue Jan 30 02:47:20 2007
+++ pacman-lib/lib/libalpm/alpm.h	Tue Jan 30 21:58:12 2007
@@ -401,7 +401,6 @@
 /*
  * Helpers
  */
- 
 
 /* md5sums */
 char *alpm_get_md5sum(char *name);
Index: pacman-lib/lib/libalpm/db.h
diff -u pacman-lib/lib/libalpm/db.h:1.23 pacman-lib/lib/libalpm/db.h:1.24
--- pacman-lib/lib/libalpm/db.h:1.23	Tue Jan 23 22:02:54 2007
+++ pacman-lib/lib/libalpm/db.h	Tue Jan 30 21:58:12 2007
@@ -45,6 +45,7 @@
 	alpm_list_t *grpcache;
 	alpm_list_t *servers;
 };
+
 /* db.c, database general calls */
 pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename);
 void _alpm_db_free(void *data);




More information about the pacman-dev mailing list