Fix what looks like a merge-o from a conflict in the last commit to

syscalls.master.
This commit is contained in:
Robert Watson 2002-10-10 04:02:49 +00:00
parent ffd6bca040
commit 3c4aba09e3

View File

@ -30,11 +30,10 @@
; NOSTD implemented but as a lkm that can be statically
; compiled in sysent entry will be filled with lkmsys
; so the SYSCALL_MODULE macro works
+; Please copy any additions and changes to the following compatability tables:
+; sys/ia64/ia32/syscalls.master (take a best guess)
+; [other 64 bit platforms with an alternate 32 bit syscall table go here too]
;
; Please copy any additions and changes to the following compatability tables:
; sys/ia64/ia32/syscalls.master (take a best guess)
; [other 64 bit platforms with an alternate 32 bit syscall table go here too]
; #ifdef's, etc. may be included, and are copied to the output files.
#include <sys/param.h>
@ -599,7 +598,3 @@
void *data, size_t nbytes); }
414 STD BSD { int extattr_delete_link(const char *path, \
int attrnamespace, const char *attrname); }
; Please copy any additions and changes to the following compatability tables:
; sys/ia64/ia32/syscalls.master (take a best guess)
; [other 64 bit platforms with an alternate 32 bit syscall table go here too]