From 5872461b0d7fa998d8d166803246f435967a801e Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Wed, 20 Nov 1985 03:45:56 -0800 Subject: [PATCH] add SO_TYPE SCCS-vsn: sys/sys/socket.h 6.9 --- usr/src/sys/sys/socket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sys/sys/socket.h b/usr/src/sys/sys/socket.h index dfdc2faa34..758e23fbc9 100644 --- a/usr/src/sys/sys/socket.h +++ b/usr/src/sys/sys/socket.h @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)socket.h 6.8 (Berkeley) %G% + * @(#)socket.h 6.9 (Berkeley) %G% */ /* @@ -41,6 +41,7 @@ #define SO_SNDTIMEO 0x1005 /* send timeout */ #define SO_RCVTIMEO 0x1006 /* receive timeout */ #define SO_ERROR 0x1007 /* get error status and clear */ +#define SO_TYPE 0x1008 /* get socket type */ /* * Structure used for manipulating linger option. -- 2.20.1