patch-2.3.99-pre2 linux/arch/alpha/kernel/osf_sys.c
Next file: linux/arch/alpha/kernel/pci_impl.h
Previous file: linux/arch/alpha/kernel/machvec_impl.h
Back to the patch index
Back to the overall index
-  Lines: 26
-  Date:
Thu Mar 16 14:07:09 2000
-  Orig file: 
v2.3.99-pre1/linux/arch/alpha/kernel/osf_sys.c
-  Orig date: 
Fri Mar 10 16:40:39 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/arch/alpha/kernel/osf_sys.c linux/arch/alpha/kernel/osf_sys.c
@@ -189,15 +189,6 @@
 	return prio;
 }
 
-
-/*
- * Heh. As documented by DEC..
- */
-asmlinkage unsigned long sys_madvise(void)
-{
-	return 0;
-}
-
 /*
  * No need to acquire the kernel lock, we're local..
  */
@@ -1373,9 +1364,4 @@
 	  return -EFAULT;
 
 	return ret;
-}
-
-asmlinkage long osf_shmget (key_t key, int size, int flag)
-{
-	return sys_shmget (key, size, flag);
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)