patch-2.3.31 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/setup.c
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Tue Dec  7 15:32:51 1999
-  Orig file: 
v2.3.30/linux/arch/i386/kernel/entry.S
-  Orig date: 
Mon Nov  1 13:56:26 1999
diff -u --recursive --new-file v2.3.30/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -592,6 +592,10 @@
 	.long SYMBOL_NAME(sys_ni_syscall)		/* streams2 */
 	.long SYMBOL_NAME(sys_vfork)            /* 190 */
 	.long SYMBOL_NAME(sys_getrlimit)
+	.long SYMBOL_NAME(sys_mmap2)
+	.long SYMBOL_NAME(sys_truncate64)
+	.long SYMBOL_NAME(sys_ftruncate64)
+	/* 195 */
 
 	/*
 	 * NOTE!! This doesn't have to be exact - we just have
@@ -599,6 +603,6 @@
 	 * entries. Don't panic if you notice that this hasn't
 	 * been shrunk every time we add a new system call.
 	 */
-	.rept NR_syscalls-191
+	.rept NR_syscalls-194
 		.long SYMBOL_NAME(sys_ni_syscall)
 	.endr
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)