diff options
author | jbj <devnull@localhost> | 2001-10-13 22:01:38 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-13 22:01:38 +0000 |
commit | 4b67d7621c20e1f2c5aa1ebdf7bb26eb3a6ae0d5 (patch) | |
tree | e9f6fa3bae9cc045fdd4f716ac747c1cad5e103e /system.h | |
parent | 525f4cb8b1317120c36a75f47f796d285f69078c (diff) | |
download | librpm-tizen-4b67d7621c20e1f2c5aa1ebdf7bb26eb3a6ae0d5.tar.gz librpm-tizen-4b67d7621c20e1f2c5aa1ebdf7bb26eb3a6ae0d5.tar.bz2 librpm-tizen-4b67d7621c20e1f2c5aa1ebdf7bb26eb3a6ae0d5.zip |
More lclint annotations.
CVS patchset: 5105
CVS date: 2001/10/13 22:01:38
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -495,7 +495,7 @@ extern void unsetenv(const char *name); #include <sys/socket.h> #endif -#if HAVE_SYS_SELECT_H +#if HAVE_SYS_SELECT_H && !defined(__LCLINT__) #include <sys/select.h> #endif |