diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-24 00:55:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-24 00:55:23 +0000 |
commit | 306ac44f05768ffcb79e75e3153bddf3b3e752d4 (patch) | |
tree | 207aadff2bb15efe4ccc3d5fb920fc79b7c35e8a | |
parent | Bump mcrypt shared library version number due to upgrade. (diff) |
reduce diff
-rw-r--r-- | net/tcpshow/files/patch-02 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/net/tcpshow/files/patch-02 b/net/tcpshow/files/patch-02 index 781bc8d5c189..6461e845c6f2 100644 --- a/net/tcpshow/files/patch-02 +++ b/net/tcpshow/files/patch-02 @@ -1,13 +1,6 @@ ---- tcpshow.c.orig Sat Aug 26 16:31:34 2000 -+++ tcpshow.c Sat Aug 26 18:36:52 2000 -@@ -357,17 +357,19 @@ - typedef unsigned short uint2; - typedef unsigned int uint4; - typedef unsigned char uchar; -- -- -+ -+ +--- tcpshow.c.orig Fri Mar 23 12:10:23 2001 ++++ tcpshow.c Fri Mar 23 16:53:26 2001 +@@ -362,12 +362,14 @@ #if !defined(NOETHERNAMES) // mr980118 ether_ntohost() and related functions aren't prototyped in the // standard include directory. |