diff options
author | Dan McGee <dan@archlinux.org> | 2007-07-06 12:11:55 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-06 12:11:55 -0400 |
commit | 15e1ce2e709e0a16dd54ea3b5eaab0003e32b62d (patch) | |
tree | e18b7ff6c79c6c7a81c64caab9d7cb8f80a28274 /lib/libalpm/add.c | |
parent | 6b7b9743181078aa7152daffdfc1eaeb46304c0f (diff) | |
download | pacman-15e1ce2e709e0a16dd54ea3b5eaab0003e32b62d.tar.xz |
Various small fixes as suggested by some static code checkers
I ran flawfinder and sparse over the pacman source code and found a few
things that were worth fixing (and were quick fixes).
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/add.c')
-rw-r--r-- | lib/libalpm/add.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index a8da745c..870d1f8c 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -23,13 +23,6 @@ * USA. */ -#if defined(__APPLE__) || defined(__OpenBSD__) -#include <sys/syslimits.h> -#endif -#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__sun__) -#include <sys/stat.h> -#endif - #include "config.h" #include <stdlib.h> |