ec_rxstart doesn't eists
[unix-history] / usr / src / sys / kern / uipc_proto.c
index bd97f53..7287d8d 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1982, 1986 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)uipc_proto.c        6.4 (Berkeley) %G%
+ *     @(#)uipc_proto.c        7.6 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -21,7 +22,7 @@ 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[] = {
-{ SOCK_STREAM, &unixdomain,    0,              PR_CONNREQUIRED|PR_WANTRCVD,
+{ SOCK_STREAM, &unixdomain,    0,      PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS,
   0,           0,              0,              0,
   uipc_usrreq,
   0,           0,              0,              0,
   0,           0,              0,              0,
   uipc_usrreq,
   0,           0,              0,              0,