summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-08-23 05:35:03 +0000
committerpst <pst@FreeBSD.org>1995-08-23 05:35:03 +0000
commitc16c80c96be7044140e87629c775817731062760 (patch)
tree7a461d0e203497d92f54b66e7e2de43044903162 /gnu
parentc32a50c04e2ab2d253430d37df411f223ca43189 (diff)
downloadFreeBSD-src-c16c80c96be7044140e87629c775817731062760.zip
FreeBSD-src-c16c80c96be7044140e87629c775817731062760.tar.gz
Fix compilation warnings.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/sort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile
index f4e2f88..78eb30d 100644
--- a/gnu/usr.bin/sort/Makefile
+++ b/gnu/usr.bin/sort/Makefile
@@ -3,7 +3,7 @@ SRCS= sort.c error.c version.c long-options.c getopt.c getopt1.c
CFLAGS+=-I${.CURDIR} -DDIRENT=1 -DHAVE_LONG_DOUBLE=1 -DHAVE_LONG_DOUBLE=1 \
-DHAVE_ST_BLKSIZE=1 -DHAVE_VPRINTF=1 -DRETSIGTYPE=void \
- -DSTDC_HEADERS=1 -DDHAVE_STRERROR=1 -DHAVE_FCNTL_H=1 \
+ -DSTDC_HEADERS=1 -DHAVE_STRERROR=1 -DHAVE_FCNTL_H=1 \
-DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRING_H=1 \
-DHAVE_UNISTD_H=1
OpenPOWER on IntegriCloud