Make everything compile with -Wtraditional. Make it easier to distribute
[unix-history] / sys / kern / uipc_proto.c
index 0afd5e0..8aa6bea 100644 (file)
  * SUCH DAMAGE.
  *
  *     from: @(#)uipc_proto.c  7.6 (Berkeley) 5/9/91
  * SUCH DAMAGE.
  *
  *     from: @(#)uipc_proto.c  7.6 (Berkeley) 5/9/91
- *     $Id$
+ *     $Id: uipc_proto.c,v 1.2 1993/10/16 15:25:09 rgrimes Exp $
  */
 
 #include "param.h"
  */
 
 #include "param.h"
+#include "systm.h"
 #include "socket.h"
 #include "protosw.h"
 #include "domain.h"
 #include "mbuf.h"
 
 #include "socket.h"
 #include "protosw.h"
 #include "domain.h"
 #include "mbuf.h"
 
+#include "net/raw_cb.h"
+
 /*
  * Definitions of protocols supported in the UNIX domain.
  */
 
 int    uipc_usrreq();
 /*
  * Definitions of protocols supported in the UNIX domain.
  */
 
 int    uipc_usrreq();
-int    raw_init(),raw_usrreq(),raw_input(),raw_ctlinput();
 extern struct domain unixdomain;               /* or at least forward */
 
 struct protosw unixsw[] = {
 extern struct domain unixdomain;               /* or at least forward */
 
 struct protosw unixsw[] = {