X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2FGenSyscalls.pl;h=fdf33e91611b074e3cd252abc09fc516a97d2584;hb=31289899305d3530c2be27a81665eaf258787a5a;hp=487ceca4c124677dcdbf7c92e47a73da6002caf8;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/GenSyscalls.pl b/KernelLand/Kernel/GenSyscalls.pl index 487ceca4..fdf33e91 100755 --- a/KernelLand/Kernel/GenSyscalls.pl +++ b/KernelLand/Kernel/GenSyscalls.pl @@ -24,7 +24,9 @@ close(FILE); # C header open(HEADER, ">include/syscalls.h"); print HEADER "/* - * Acess2 + * Acess2 Kernel + * - By John Hodge (thePowersGang) + * * syscalls.h * - System Call List * @@ -46,7 +48,7 @@ print HEADER " #define NUM_SYSCALLS ",$i," #define SYS_DEBUG 0x100 -#ifndef __ASSEMBLER__ +#if !defined(__ASSEMBLER__) && !defined(NO_SYSCALL_STRS) static const char *cSYSCALL_NAMES[] = { ";