svn commit: r204120 - head/sys/amd64/include

Ed Schouten ed at FreeBSD.org
Sat Feb 20 14:13:47 UTC 2010


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 **);


More information about the svn-src-all mailing list