diff options
Diffstat (limited to 'lib/librss')
-rw-r--r-- | lib/librss/Makefile | 1 | ||||
-rw-r--r-- | lib/librss/librss.3 | 4 | ||||
-rw-r--r-- | lib/librss/librss.c | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/lib/librss/Makefile b/lib/librss/Makefile index 57caa2bb81ab..b851485a9239 100644 --- a/lib/librss/Makefile +++ b/lib/librss/Makefile @@ -1,4 +1,3 @@ - PACKAGE= lib${LIB} SHLIBDIR?= /lib diff --git a/lib/librss/librss.3 b/lib/librss/librss.3 index 655e5ca17984..3964aa36891b 100644 --- a/lib/librss/librss.3 +++ b/lib/librss/librss.3 @@ -109,8 +109,8 @@ socket. The .Fn rss_sock_set_recvrss function enables or disables receiving RSS related information -as socket options in. -.2 recvmsg +as socket options in +.Xr recvmsg 2 calls. .Pp When enabled, UDP datagrams will have a message with the diff --git a/lib/librss/librss.c b/lib/librss/librss.c index d52b00fbf276..fe3d36592427 100644 --- a/lib/librss/librss.c +++ b/lib/librss/librss.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/socket.h> |