1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/tcpview/files/patch-detail_udp.c
Yen-Ming Lee 8759718fa9 Fix build noticed by bento
drop maintainership (requested by MAINTAINER)

PR:		48256
Submitted by:	Volker Stolz <vs@foldr.org>
2003-02-18 17:57:17 +00:00

29 lines
649 B
C

--- detail-udp.c.orig Thu Apr 22 22:39:55 1993
+++ detail-udp.c Thu Feb 13 18:57:17 2003
@@ -37,6 +37,7 @@
#endif
#include <sys/types.h>
+#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
@@ -50,12 +51,15 @@
#include <errno.h>
#include <sys/time.h>
#include <rpc/types.h>
+#include <rpc/xdr.h>
#include <rpc/auth.h>
#include <rpc/auth_unix.h>
#include <rpc/svc.h>
-#include <rpc/xdr.h>
#include <rpc/rpc_msg.h>
-#include <nfs/nfs.h>
+#include <sys/ucred.h>
+#include <sys/mount.h>
+#include <nfs/rpcv2.h>
+#include <nfs/nfsproto.h>
#include "interface.h"
#include "addrtoname.h"