summaryrefslogtreecommitdiff
path: root/include/sys/socketvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/socketvar.h')
-rw-r--r--include/sys/socketvar.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/sys/socketvar.h b/include/sys/socketvar.h
index 283356534..b177158d0 100644
--- a/include/sys/socketvar.h
+++ b/include/sys/socketvar.h
@@ -1,8 +1,3 @@
-/*
- * This seems the best way to handle this. sys/socket.h already has
- * all the right bits in it. In fact there isn't a single useful thing
- * in the BSD net-2 sys/socketvar.h anyway but people persist in including
- * it...
- * Alan
- */
+/* This header is used on many systems but for GNU we have everything
+ already defined in the standard header. */
#include <sys/socket.h>