svn commit: r200466 - head/usr.bin/xinstall

Xin LI delphij at FreeBSD.org
Sat Dec 12 19:53:15 PST 2009


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>


More information about the svn-src-head mailing list