summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-07-12 21:20:43 +0200
committerDan McGee <dan@archlinux.org>2007-07-12 21:20:43 +0200
commit20f73d6299c08fa79c2c8edd3d1955e208e701cb (patch)
tree470b4e84b81009aaaf318c04cee3fa1dcb1e2b53 /contrib
parent653fb8fe036363dfb550785c45adcf26f6fcbfbc (diff)
downloadpacman-20f73d6299c08fa79c2c8edd3d1955e208e701cb.tar.gz
pacman-20f73d6299c08fa79c2c8edd3d1955e208e701cb.tar.xz
Remove versioncmp.{c,h}, clean up selective #ifdefs
Remove versioncmp.c by moving all functions to locations that make sense. Move replacement functions (for building without glibc) into util.c where they belong, and do proper checks for them instead of using __sun__, etc. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/vimproject2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/vimproject b/contrib/vimproject
index 662bf04f..f54c6c1d 100644
--- a/contrib/vimproject
+++ b/contrib/vimproject
@@ -33,7 +33,6 @@ pacman=~/devel/pacman-lib CD=. flags=S {
sync.c
trans.c
util.c
- versioncmp.c
add.h
alpm.h
alpm_list.h
@@ -55,7 +54,6 @@ pacman=~/devel/pacman-lib CD=. flags=S {
sync.h
trans.h
util.h
- versioncmp.h
Makefile.am
Makefile.in
}