patch-2.2.16 linux/arch/s390/kernel/cpcmd.c
Next file: linux/arch/s390/kernel/debug.c
Previous file: linux/arch/s390/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Jun 7 14:26:42 2000
- Orig file:
v2.2.15/linux/arch/s390/kernel/cpcmd.c
- Orig date:
Tue Jan 4 10:12:12 2000
diff -urN v2.2.15/linux/arch/s390/kernel/cpcmd.c linux/arch/s390/kernel/cpcmd.c
@@ -7,6 +7,7 @@
*/
#include <linux/stddef.h>
+#include <linux/kernel.h>
#include <asm/string.h>
#include <asm/ebcdic.h>
@@ -40,14 +41,5 @@
: "a" (obuffer), "d" (olen)
: "2", "3" );
}
-}
-
-int sys_msgcp(char *str)
-{
- char buffer[256];
-
- sprintf(buffer, "MSG * %s", str);
- cpcmd(buffer, NULL, 0);
- cpcmd("STOP", NULL, 0);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)