summaryrefslogtreecommitdiffstats
path: root/sys/sys/msg.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-30 00:33:35 +0000
committerbde <bde@FreeBSD.org>1995-08-30 00:33:35 +0000
commit0eedc04af215b9f59418a3ad9bd18048a5b0c5f9 (patch)
treec246a0d9177e5ba95e3daa62ba0e3d61c2ceee70 /sys/sys/msg.h
parent005a25e2c241e35a57c76c177e6adcec99a51a17 (diff)
downloadFreeBSD-src-0eedc04af215b9f59418a3ad9bd18048a5b0c5f9.zip
FreeBSD-src-0eedc04af215b9f59418a3ad9bd18048a5b0c5f9.tar.gz
Fix several sysinit functions that had the wrong type and unnecessarily
external linkage.
Diffstat (limited to 'sys/sys/msg.h')
-rw-r--r--sys/sys/msg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/msg.h b/sys/sys/msg.h
index 894ce9ac..8ec4fc9 100644
--- a/sys/sys/msg.h
+++ b/sys/sys/msg.h
@@ -1,4 +1,4 @@
-/* $Id: msg.h,v 1.3 1995/03/28 07:57:34 bde Exp $ */
+/* $Id: msg.h,v 1.4 1995/07/29 11:42:48 bde Exp $ */
/* $NetBSD: msg.h,v 1.4 1994/06/29 06:44:43 cgd Exp $ */
/*
@@ -142,8 +142,6 @@ extern struct msqid_ds *msqids; /* MSGMNI msqid_ds struct's */
#define MSG_LOCKED 01000 /* Is this msqid_ds locked? */
-void msginit __P((void));
-
#endif /* KERNEL */
#ifndef KERNEL
OpenPOWER on IntegriCloud