Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys define PR_LISTEN to indicate listen(2)/accept(2) sup...



details:   https://anonhg.NetBSD.org/src/rev/be99e9602aa0
branches:  trunk
changeset: 474191:be99e9602aa0
user:      darrenr <darrenr%NetBSD.org@localhost>
date:      Thu Jul 01 05:56:53 1999 +0000

description:
define PR_LISTEN to indicate listen(2)/accept(2) support

diffstat:

 sys/sys/protosw.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 24576ae0a2ef -r be99e9602aa0 sys/sys/protosw.h
--- a/sys/sys/protosw.h Thu Jul 01 05:56:32 1999 +0000
+++ b/sys/sys/protosw.h Thu Jul 01 05:56:53 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: protosw.h,v 1.17 1998/06/02 20:55:53 thorpej Exp $     */
+/*     $NetBSD: protosw.h,v 1.18 1999/07/01 05:56:53 darrenr Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -115,6 +115,7 @@
 #define        PR_CONNREQUIRED 0x04            /* connection required by protocol */
 #define        PR_WANTRCVD     0x08            /* want PRU_RCVD calls */
 #define        PR_RIGHTS       0x10            /* passes capabilities */
+#define        PR_LISTEN       0x20            /* supports listen(2) and accept(2) */
 
 /*
  * The arguments to usrreq are:



Home | Main Index | Thread Index | Old Index