svn commit: r196819 - head/usr.bin/ee

Andrey A. Chernov ache at FreeBSD.org
Fri Sep 4 07:44:28 UTC 2009


Author: ache
Date: Fri Sep  4 07:44:27 2009
New Revision: 196819
URL: http://svn.freebsd.org/changeset/base/196819

Log:
  Remove single occurance of HAS_CTYPE ifdef, ctype functions
  used here for a long time and needs their header in anycase.

Modified:
  head/usr.bin/ee/Makefile

Modified: head/usr.bin/ee/Makefile
==============================================================================
--- head/usr.bin/ee/Makefile	Fri Sep  4 07:42:13 2009	(r196818)
+++ head/usr.bin/ee/Makefile	Fri Sep  4 07:44:27 2009	(r196819)
@@ -3,7 +3,7 @@
 .PATH:	${.CURDIR}/../../contrib/ee
 
 CFLAGS+= -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \
-	 -DHAS_CTYPE -DHAS_SYS_WAIT
+	 -DHAS_SYS_WAIT
 
 PROG=	ee
 LINKS=	${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit


More information about the svn-src-all mailing list