diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-17 01:15:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-17 01:15:26 +0000 |
commit | ab546a5be1be772ad00a18d63069de791a97bdfa (patch) | |
tree | b3c0ca251514c64673b5859e416257fb7f06dad5 /lib/libz | |
parent | 71c297c802a1237ad92e31e4b196c4f56799eb58 (diff) |
HAVE_UNISTD_H is unused; nuke it
Diffstat (limited to 'lib/libz')
-rw-r--r-- | lib/libz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index ef2100dff25..ce219d19f1c 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2003/12/16 22:33:02 henning Exp $ +# $OpenBSD: Makefile,v 1.11 2003/12/17 01:15:25 millert Exp $ LIB= z HDRS= zconf.h zlib.h @@ -24,8 +24,7 @@ MLINKS= compress.3 zlibVersion.3 compress.3 deflateInit.3 \ compress.3 gztell.3 compress.3 gzeof.3 \ compress.3 gzclose.3 compress.3 gzerror.3 \ compress.3 adler32.3 compress.3 crc32.3 -CFLAGS+=-DHAVE_UNISTD_H -DHAVE_STRERROR -DHAVE_MEMCPY -DHAS_vsnprintf \ - -DHAS_snprintf +CFLAGS+=-DHAVE_STRERROR -DHAVE_MEMCPY -DHAS_vsnprintf -DHAS_snprintf includes: @cd ${.CURDIR}; for i in $(HDRS); do \ |