diff options
author | bde <bde@FreeBSD.org> | 1995-12-07 14:17:14 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-07 14:17:14 +0000 |
commit | 5013653269bc13d84ba7a649363b4778e27f3c64 (patch) | |
tree | e1052276f983aaad00e2928fca4dce5ae59e82ab /usr.bin | |
parent | 9f8736339318142b845d86a157550cc9374f4791 (diff) | |
download | FreeBSD-src-5013653269bc13d84ba7a649363b4778e27f3c64.zip FreeBSD-src-5013653269bc13d84ba7a649363b4778e27f3c64.tar.gz |
Don't #define NO_CONST. Defining it caused type mismatches for
qsort()'s compare arg and the problem fixed by defining it has
apparently gone away.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ncftp/sys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ncftp/sys.h b/usr.bin/ncftp/sys.h index 9b37427..0e434ad 100644 --- a/usr.bin/ncftp/sys.h +++ b/usr.bin/ncftp/sys.h @@ -424,7 +424,6 @@ extern int errno; # define TERMIOS 1 # define HAS_GETCWD 1 # define U_WAIT 1 -# define NO_CONST 1 /* avoid prototype conflict */ #endif #ifdef __NetBSD__ |