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 **); _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"