patch-2.3.99-pre6 linux/net/sunrpc/sched.c
Next file: linux/net/sunrpc/sunrpc_syms.c
Previous file: linux/net/sunrpc/pmap_clnt.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Apr 21 16:08:52 2000
-  Orig file: 
v2.3.99-pre5/linux/net/sunrpc/sched.c
-  Orig date: 
Tue Apr 11 15:09:27 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/net/sunrpc/sched.c linux/net/sunrpc/sched.c
@@ -1015,7 +1015,7 @@
 
 	current->session = 1;
 	current->pgrp = 1;
-	sprintf(current->comm, "rpciod");
+	strcpy(current->comm, "rpciod");
 
 	dprintk("RPC: rpciod starting (pid %d)\n", rpciod_pid);
 	while (rpciod_users) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)