patch-2.4.20 linux-2.4.20/ipc/msg.c

Next file: linux-2.4.20/ipc/sem.c
Previous file: linux-2.4.20/init/do_mounts.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/ipc/msg.c linux-2.4.20/ipc/msg.c
@@ -597,7 +597,7 @@
 	return 0;
 }
 
-int inline pipelined_send(struct msg_queue* msq, struct msg_msg* msg)
+static int inline pipelined_send(struct msg_queue* msq, struct msg_msg* msg)
 {
 	struct list_head* tmp;
 
@@ -706,7 +706,7 @@
 	return err;
 }
 
-int inline convert_mode(long* msgtyp, int msgflg)
+static int inline convert_mode(long* msgtyp, int msgflg)
 {
 	/* 
 	 *  find message of correct type.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)