[Midnightbsd-cvs] src [9573] trunk/sys/sys/socket.h: remove duplicate entry

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 19 09:38:57 EDT 2017


Revision: 9573
          http://svnweb.midnightbsd.org/src/?rev=9573
Author:   laffer1
Date:     2017-09-19 09:38:56 -0400 (Tue, 19 Sep 2017)
Log Message:
-----------
remove duplicate entry

Modified Paths:
--------------
    trunk/sys/sys/socket.h

Modified: trunk/sys/sys/socket.h
===================================================================
--- trunk/sys/sys/socket.h	2017-09-19 02:07:06 UTC (rev 9572)
+++ trunk/sys/sys/socket.h	2017-09-19 13:38:56 UTC (rev 9573)
@@ -152,15 +152,6 @@
 #endif
 
 /*
- * Space reserved for new socket options added by third-party vendors.
- * This range applies to all socket option levels.  New socket options
- * in FreeBSD should always use an option value less than SO_VENDOR.
- */
-#if __BSD_VISIBLE
-#define	SO_VENDOR	0x80000000
-#endif
-
-/*
  * Structure used for manipulating linger option.
  */
 struct linger {



More information about the Midnightbsd-cvs mailing list