Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2013 08:56:11 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r247695 - stable/8/usr.sbin/sysinstall
Message-ID:  <201303030856.r238uBau061411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Sun Mar  3 08:56:10 2013
New Revision: 247695
URL: http://svnweb.freebsd.org/changeset/base/247695

Log:
  MFS 9->8 the sysinstall portion of r223492:
  Remove duplicated header files

Modified:
  stable/8/usr.sbin/sysinstall/modules.c

Modified: stable/8/usr.sbin/sysinstall/modules.c
==============================================================================
--- stable/8/usr.sbin/sysinstall/modules.c	Sun Mar  3 08:51:56 2013	(r247694)
+++ stable/8/usr.sbin/sysinstall/modules.c	Sun Mar  3 08:56:10 2013	(r247695)
@@ -32,7 +32,6 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/linker.h>
-#include <fcntl.h>
 #include <dirent.h>
 #include <fcntl.h>
 #include <fnmatch.h>



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