diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-21 19:32:42 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-21 19:32:42 +0000 |
commit | aa6fa81be885efa489d2c319a8c2b1eb1d26cc98 (patch) | |
tree | 58fafe0569c7bc137f81194b060f0ca4ddf80c87 /net/driftnet/files/patch-img.h | |
parent | Update to 0.7.2. (diff) |
Update to 0.1.6
PR: 41806
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=64766
Diffstat (limited to 'net/driftnet/files/patch-img.h')
-rw-r--r-- | net/driftnet/files/patch-img.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/driftnet/files/patch-img.h b/net/driftnet/files/patch-img.h deleted file mode 100644 index 9d05f872be69..000000000000 --- a/net/driftnet/files/patch-img.h +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- img.h.orig Tue Sep 11 11:34:56 2001 -+++ img.h Fri Mar 1 00:01:34 2002 -@@ -12,7 +12,7 @@ - #ifndef __IMG_H_ /* include guard */ - #define __IMG_H_ - --#include <stdint.h> -+#include <sys/types.h> - #include <stdio.h> - - typedef uint8_t chan; |