From 3dcf64dcf06ee96a9e7ea35d8b7ff22f2eb567c9 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Wed, 23 Aug 1995 05:35:03 +0000 Subject: [PATCH] Fix compilation warnings. --- gnu/usr.bin/sort/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index f4e2f88cc20b..78eb30de1716 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