diff options
Diffstat (limited to 'src/appl/gssftp/ftp/cmds.c')
-rw-r--r-- | src/appl/gssftp/ftp/cmds.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftp/cmds.c b/src/appl/gssftp/ftp/cmds.c index c715723cb..396f317dd 100644 --- a/src/appl/gssftp/ftp/cmds.c +++ b/src/appl/gssftp/ftp/cmds.c @@ -182,6 +182,10 @@ setpeer(argc, argv) #ifdef _AIX #define unix #endif + +#ifdef __hpux +#define unix +#endif #endif #if defined(unix) && (NBBY == 8 || defined(linux)) |