Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2010 14:13:47 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204120 - head/sys/amd64/include
Message-ID:  <201002201413.o1KEDltK026187@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Sat Feb 20 14:13:47 2010
New Revision: 204120
URL: http://svn.freebsd.org/changeset/base/204120

Log:
  Remove redundant inclusion of <sys/cdefs.h>.
  
  In my previous commit I should have moved the inclusion to the top,
  instead of adding a second one.

Modified:
  head/sys/amd64/include/sysarch.h

Modified: head/sys/amd64/include/sysarch.h
==============================================================================
--- head/sys/amd64/include/sysarch.h	Sat Feb 20 13:35:05 2010	(r204119)
+++ head/sys/amd64/include/sysarch.h	Sat Feb 20 14:13:47 2010	(r204120)
@@ -70,8 +70,6 @@ struct i386_ioperm_args {
 };
 
 #ifndef _KERNEL
-#include <sys/cdefs.h>
-
 __BEGIN_DECLS
 int amd64_get_fsbase(void **);
 int amd64_get_gsbase(void **);



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