diff --git a/sys/sys/socket.h b/sys/sys/socket.h index d7340af64..4b68f0e22 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -133,6 +133,7 @@ typedef _BSD_SSIZE_T_ ssize_t; #define SO_ACCEPTFILTER 0x1000 /* there is an accept filter */ #define SO_TIMESTAMP 0x2000 /* timestamp received dgram traffic */ + /* * Additional options, not kept in so_options. */