Author: delphij
Date: Sun Dec 13 03:53:15 2009
New Revision: 200466
URL: http://svn.freebsd.org/changeset/base/200466

Log:
  xinstall.c does not require ctype functions, so ctype.h is not
  necessary here.
  
  Note: this would change the md5 checksum due to change caused
  by different register layout.

Modified:
  head/usr.bin/xinstall/xinstall.c

Modified: head/usr.bin/xinstall/xinstall.c
==============================================================================
--- head/usr.bin/xinstall/xinstall.c    Sun Dec 13 03:34:19 2009        
(r200465)
+++ head/usr.bin/xinstall/xinstall.c    Sun Dec 13 03:53:15 2009        
(r200466)
@@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/time.h>
 #include <sys/wait.h>
 
-#include <ctype.h>
 #include <err.h>
 #include <errno.h>
 #include <fcntl.h>
_______________________________________________
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