Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2011 07:29:04 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223494 - in head: bin/rcp bin/sh sbin/savecore
Message-ID:  <201106240729.p5O7T4jn035297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Fri Jun 24 07:29:04 2011
New Revision: 223494
URL: http://svn.freebsd.org/changeset/base/223494

Log:
  Remove duplicated header files

Modified:
  head/bin/rcp/rcp.c
  head/bin/sh/mkinit.c
  head/sbin/savecore/savecore.c

Modified: head/bin/rcp/rcp.c
==============================================================================
--- head/bin/rcp/rcp.c	Fri Jun 24 07:18:44 2011	(r223493)
+++ head/bin/rcp/rcp.c	Fri Jun 24 07:29:04 2011	(r223494)
@@ -71,7 +71,6 @@ __FBSDID("$FreeBSD$");
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <string.h>
 #include <unistd.h>
 
 #include "extern.h"

Modified: head/bin/sh/mkinit.c
==============================================================================
--- head/bin/sh/mkinit.c	Fri Jun 24 07:18:44 2011	(r223493)
+++ head/bin/sh/mkinit.c	Fri Jun 24 07:29:04 2011	(r223494)
@@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
  */
 
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>

Modified: head/sbin/savecore/savecore.c
==============================================================================
--- head/sbin/savecore/savecore.c	Fri Jun 24 07:18:44 2011	(r223493)
+++ head/sbin/savecore/savecore.c	Fri Jun 24 07:29:04 2011	(r223494)
@@ -66,7 +66,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 #include <sys/disk.h>
 #include <sys/kerneldump.h>
-#include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/stat.h>
 #include <errno.h>



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