diff options
Diffstat (limited to 'usr.bin/ncftp/sys.h')
-rw-r--r-- | usr.bin/ncftp/sys.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ncftp/sys.h b/usr.bin/ncftp/sys.h index b42571a06d27..9b374278c019 100644 --- a/usr.bin/ncftp/sys.h +++ b/usr.bin/ncftp/sys.h @@ -446,9 +446,9 @@ extern int errno; # ifndef SYSDIRH # define SYSDIRH 1 # endif -# ifndef SGTTYB -# define SGTTYB -# endif +# endif +# ifndef SGTTYB +# define SGTTYB 1 # endif #endif |