* Fix compile errors/warnings.

* Update .cvsignore files a bit.
This commit is contained in:
Dan McGee 2007-02-09 21:54:57 +00:00
parent f8cd4858ca
commit 73402a1459
8 changed files with 7 additions and 10 deletions

View file

@ -16,3 +16,6 @@ libtool
ltmain.sh ltmain.sh
missing missing
stamp-h1 stamp-h1
tags
cscope.out

View file

@ -1,4 +1,3 @@
Makefile Makefile
Makefile.in Makefile.in
*.3 man3
*.8

View file

@ -1146,7 +1146,6 @@ alpm_list_t *alpm_get_upgrades()
/* now do normal upgrades */ /* now do normal upgrades */
for(i = _alpm_db_get_pkgcache(handle->db_local, INFRQ_NONE); i; i = i->next) { for(i = _alpm_db_get_pkgcache(handle->db_local, INFRQ_NONE); i; i = i->next) {
int cmp;
int replace=0; int replace=0;
pmpkg_t *local = i->data; pmpkg_t *local = i->data;
pmpkg_t *spkg = NULL; pmpkg_t *spkg = NULL;

View file

@ -31,13 +31,14 @@
#include <locale.h> #include <locale.h>
#include <errno.h> #include <errno.h>
/* pacman */ /* pacman */
#include "package.h"
#include "log.h" #include "log.h"
#include "util.h" #include "util.h"
#include "error.h" #include "error.h"
#include "alpm_list.h" #include "alpm_list.h"
#include "package.h"
#include "db.h" #include "db.h"
#include "handle.h" #include "handle.h"
#include "versioncmp.h"
#include "alpm.h" #include "alpm.h"
pmpkg_t *_alpm_pkg_new(const char *name, const char *version) pmpkg_t *_alpm_pkg_new(const char *name, const char *version)

View file

@ -3,6 +3,4 @@ Makefile.in
*.gmo *.gmo
POTFILES POTFILES
stamp-po stamp-po
remove-potcdate.sin
remove-potcdate.sed remove-potcdate.sed

View file

@ -27,7 +27,7 @@
#include "package.h" #include "package.h"
int _alpm_depcmp(pmpkg_t *pkg, pmdepend_t *dep); int _alpm_depcmp(pmpkg_t *pkg, pmdepend_t *dep);
int _alpm_versioncmp(const char *a, const char *b) int _alpm_versioncmp(const char *a, const char *b);
#endif #endif

View file

@ -3,6 +3,4 @@ Makefile.in
*.gmo *.gmo
POTFILES POTFILES
stamp-po stamp-po
remove-potcdate.sin
remove-potcdate.sed remove-potcdate.sed

View file

@ -2,5 +2,4 @@
.libs .libs
Makefile Makefile
Makefile.in Makefile.in
convertdb
vercmp vercmp