svn commit: r194645 - in head/sys: compat/freebsd32 kern

John Baldwin jhb at FreeBSD.org
Mon Jun 22 20:12:41 UTC 2009


Author: jhb
Date: Mon Jun 22 20:12:40 2009
New Revision: 194645
URL: http://svn.freebsd.org/changeset/base/194645

Log:
  Fix a typo in a comment.

Modified:
  head/sys/compat/freebsd32/syscalls.master
  head/sys/kern/syscalls.master

Modified: head/sys/compat/freebsd32/syscalls.master
==============================================================================
--- head/sys/compat/freebsd32/syscalls.master	Mon Jun 22 20:08:06 2009	(r194644)
+++ head/sys/compat/freebsd32/syscalls.master	Mon Jun 22 20:12:40 2009	(r194645)
@@ -27,7 +27,7 @@
 ;	STD	always included
 ;	COMPAT	included on COMPAT #ifdef
 ;	COMPAT4	included on COMPAT4 #ifdef (FreeBSD 4 compat)
-;	COMPAT6	included on COMPAT4 #ifdef (FreeBSD 6 compat)
+;	COMPAT6	included on COMPAT6 #ifdef (FreeBSD 6 compat)
 ;	LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
 ;	OBSOL	obsolete, not included in system, only specifies name
 ;	UNIMPL	not implemented, placeholder only

Modified: head/sys/kern/syscalls.master
==============================================================================
--- head/sys/kern/syscalls.master	Mon Jun 22 20:08:06 2009	(r194644)
+++ head/sys/kern/syscalls.master	Mon Jun 22 20:12:40 2009	(r194645)
@@ -26,7 +26,7 @@
 ;	STD	always included
 ;	COMPAT	included on COMPAT #ifdef
 ;	COMPAT4	included on COMPAT4 #ifdef (FreeBSD 4 compat)
-;	COMPAT6	included on COMPAT4 #ifdef (FreeBSD 6 compat)
+;	COMPAT6	included on COMPAT6 #ifdef (FreeBSD 6 compat)
 ;	LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
 ;	OBSOL	obsolete, not included in system, only specifies name
 ;	UNIMPL	not implemented, placeholder only


More information about the svn-src-head mailing list