From 0d66d36f445cb608878237fadb62f29d257b8e92 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 9 Oct 2002 22:04:09 +0000 Subject: [PATCH] Add a pointer to the alternate syscall tables on 64 bit platforms. --- sys/kern/syscalls.master | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 650dee66ba8f..0b2da4c2cb25 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -31,6 +31,10 @@ ; 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] + ; #ifdef's, etc. may be included, and are copied to the output files. #include @@ -595,3 +599,7 @@ 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]