From 4607be65331f87ea4baad03b7e37b40a293bf5ea Mon Sep 17 00:00:00 2001 From: darrenr Date: Thu, 1 Jul 1999 05:56:53 +0000 Subject: [PATCH] define PR_LISTEN to indicate listen(2)/accept(2) support --- sys/sys/protosw.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index 1c6fbbe17f9b..5063dcf00fe0 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -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 @@ struct protosw { #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: