summaryrefslogtreecommitdiff
path: root/net/tcpview/files/patch-detail_udp.c
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-18 17:57:17 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-18 17:57:17 +0000
commit8759718fa94af43a9e177fe33fb5bdabc0f1b338 (patch)
tree9bf4a1773dbbdb804837277638f52ed4e36cab5a /net/tcpview/files/patch-detail_udp.c
parentFix dependency on XFree86-4-libraries after Xft was removed from that port. (diff)
Fix build noticed by bento
drop maintainership (requested by MAINTAINER) PR: 48256 Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes: svn path=/head/; revision=75811
Diffstat (limited to 'net/tcpview/files/patch-detail_udp.c')
-rw-r--r--net/tcpview/files/patch-detail_udp.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/net/tcpview/files/patch-detail_udp.c b/net/tcpview/files/patch-detail_udp.c
new file mode 100644
index 000000000000..6bd44e377d9f
--- /dev/null
+++ b/net/tcpview/files/patch-detail_udp.c
@@ -0,0 +1,28 @@
+--- 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"