diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-11-23 19:28:56 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-11-23 19:28:56 +0000 |
commit | 39a9eb721a8f1902a895d67c7419c71530de325d (patch) | |
tree | 5fef4c7faea6c4b30782987a8881d9f6092fdc13 /usr.bin/ncftp/sys.h | |
parent | 6e4ab1ef3471919b02cda7916ffc1b40bc414331 (diff) |
Notes
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 |