Author: marcel
Date: Thu Oct 13 18:21:11 2011
New Revision: 226348
URL: http://svn.freebsd.org/changeset/base/226348

Log:
  Wrap mprotect(2)

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

Modified: head/sys/compat/freebsd32/syscalls.master
==============================================================================
--- head/sys/compat/freebsd32/syscalls.master   Thu Oct 13 18:18:42 2011        
(r226347)
+++ head/sys/compat/freebsd32/syscalls.master   Thu Oct 13 18:21:11 2011        
(r226348)
@@ -172,7 +172,7 @@
 72     AUE_O_VADVISE   NOPROTO { int ovadvise(int anom); } vadvise \
                                    ovadvise_args int
 73     AUE_MUNMAP      NOPROTO { int munmap(void *addr, size_t len); }
-74     AUE_MPROTECT    NOPROTO { int mprotect(const void *addr, \
+74     AUE_MPROTECT    STD     { int freebsd32_mprotect(const void *addr, \
                                    size_t len, int prot); }
 75     AUE_MADVISE     NOPROTO { int madvise(void *addr, size_t len, \
                                    int behav); }
_______________________________________________
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"

Reply via email to