mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix what looks like a merge-o from a conflict in the last commit to
syscalls.master.
This commit is contained in:
parent
ffd6bca040
commit
3c4aba09e3
1 changed files with 4 additions and 9 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue