Author: kevans
Date: Mon Oct 15 21:35:57 2018
New Revision: 339371
URL: https://svnweb.freebsd.org/changeset/base/339371

Log:
  Correct COMPAT* macro names in syscalls.master
  
  Both ^/sys/compat/freebsd32/syscalls.master and ^/sys/kern/syscalls.master
  cited "COMPAT[n] #ifdef" instead of "COMPAT_FREEBSD[n] #ifdef" in places.
  
  Approved by:  re (glebius)

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 Oct 15 20:20:57 2018        
(r339370)
+++ head/sys/compat/freebsd32/syscalls.master   Mon Oct 15 21:35:57 2018        
(r339371)
@@ -26,11 +26,11 @@
 ; types:
 ;      STD     always included
 ;      COMPAT  included on COMPAT #ifdef
-;      COMPAT4 included on COMPAT4 #ifdef (FreeBSD 4 compat)
-;      COMPAT6 included on COMPAT6 #ifdef (FreeBSD 6 compat)
-;      COMPAT7 included on COMPAT7 #ifdef (FreeBSD 7 compat)
-;      COMPAT10 included on COMPAT10 #ifdef (FreeBSD 10 compat)
-;      COMPAT11 included on COMPAT11 #ifdef (FreeBSD 11 compat)
+;      COMPAT4 included on COMPAT_FREEBSD4 #ifdef (FreeBSD 4 compat)
+;      COMPAT6 included on COMPAT_FREEBSD6 #ifdef (FreeBSD 6 compat)
+;      COMPAT7 included on COMPAT_FREEBSD7 #ifdef (FreeBSD 7 compat)
+;      COMPAT10 included on COMPAT_FREEBSD10 #ifdef (FreeBSD 10 compat)
+;      COMPAT11 included on COMPAT_FREEBSD11 #ifdef (FreeBSD 11 compat)
 ;      OBSOL   obsolete, not included in system, only specifies name
 ;      UNIMPL  not implemented, placeholder only
 ;      NOSTD   implemented but as a lkm that can be statically

Modified: head/sys/kern/syscalls.master
==============================================================================
--- head/sys/kern/syscalls.master       Mon Oct 15 20:20:57 2018        
(r339370)
+++ head/sys/kern/syscalls.master       Mon Oct 15 21:35:57 2018        
(r339371)
@@ -29,7 +29,7 @@
 ;      COMPAT6 included on COMPAT_FREEBSD6 #ifdef (FreeBSD 6 compat)
 ;      COMPAT7 included on COMPAT_FREEBSD7 #ifdef (FreeBSD 7 compat)
 ;      COMPAT10 included on COMPAT_FREEBSD10 #ifdef (FreeBSD 10 compat)
-;      COMPAT11 included on COMPAT11 #ifdef (FreeBSD 11 compat)
+;      COMPAT11 included on COMPAT_FREEBSD11 #ifdef (FreeBSD 11 compat)
 ;      OBSOL   obsolete, not included in system, only specifies name
 ;      UNIMPL  not implemented, placeholder only
 ;      NOSTD   implemented but as a lkm that can be statically
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to