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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to