diff options
author | Wayne Davison <wayned@samba.org> | 2004-04-25 20:36:41 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-04-25 20:36:41 +0000 |
commit | cd59be1d5ebfd0dfd07db5d87caacd5164776675 (patch) | |
tree | b3db68ee779073aefeed282dd26cd16b888224b3 /popt | |
parent | 8b2869c0d248af7658d90d79aea3ce81b3ccdf62 (diff) | |
download | rsync-cd59be1d5ebfd0dfd07db5d87caacd5164776675.tar.gz rsync-cd59be1d5ebfd0dfd07db5d87caacd5164776675.tar.bz2 rsync-cd59be1d5ebfd0dfd07db5d87caacd5164776675.zip |
One more try at getting the HP-UX system in the build farm to compile
popt.
Diffstat (limited to 'popt')
-rw-r--r-- | popt/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/system.h b/popt/system.h index b147af71..3be4f3c3 100644 --- a/popt/system.h +++ b/popt/system.h @@ -69,7 +69,7 @@ char *alloca (); #define xstrdup(_str) strdup(_str) #endif /* HAVE_MCHECK_H && defined(__GNUC__) */ -#if defined(__GNUC__) || !(defined(__hpux) || defined(_hpux) || defined (hpux)) +#ifdef __GNUC__ #define UNUSED(x) x __attribute__((__unused__)) #else #define UNUSED(x) x |