summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-04-30 15:32:52 +0000
committerwollman <wollman@FreeBSD.org>1997-04-30 15:32:52 +0000
commitad536a313dc75fe14e3803f74a90162161ec7b99 (patch)
treefbf4f8fe235d08db90d933e22f42f6d7287bc66a
parent61669d5ae4f6997ed7979de8bed3fc43e62072f8 (diff)
downloadFreeBSD-src-ad536a313dc75fe14e3803f74a90162161ec7b99.zip
FreeBSD-src-ad536a313dc75fe14e3803f74a90162161ec7b99.tar.gz
Remove SO_PRIVSTATE socket option; it is no longer necessary, nor implemented
in the kernel. inetd should automatically notic that it has gone away once it is recompiled.
-rw-r--r--sys/sys/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index c770a67..c29e2b6 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)socket.h 8.4 (Berkeley) 2/21/94
- * $Id: socket.h,v 1.17 1997/02/22 09:45:55 peter Exp $
+ * $Id: socket.h,v 1.18 1997/03/21 16:11:57 wpaul Exp $
*/
#ifndef _SYS_SOCKET_H_
@@ -76,7 +76,7 @@
#define SO_RCVTIMEO 0x1006 /* receive timeout */
#define SO_ERROR 0x1007 /* get error status and clear */
#define SO_TYPE 0x1008 /* get socket type */
-#define SO_PRIVSTATE 0x1009 /* get/deny privileged state */
+/*efine SO_PRIVSTATE 0x1009 get/deny privileged state */
/*
* Structure used for manipulating linger option.
OpenPOWER on IntegriCloud