Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2009 03:53:15 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200466 - head/usr.bin/xinstall
Message-ID:  <200912130353.nBD3rFon072914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912130353.nBD3rFon072914>