From 4093f9857aa2ea90678399de17b671507ab79bd0 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sun, 21 Jan 2018 09:56:17 +0100 Subject: [PATCH] Remove unnecessary patch 4 --- sys/sys/socket.h | 1 + 1 file changed, 1 insertion(+) 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. */