[packages] dsniff: fix build
Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38710 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
net/dsniff/patches/011-noint32.patch
Normal file
12
net/dsniff/patches/011-noint32.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/nfs_prot.x b/nfs_prot.x
|
||||
index 1111dcc..f7392eb 100644
|
||||
--- a/nfs_prot.x
|
||||
+++ b/nfs_prot.x
|
||||
@@ -193,7 +193,6 @@ const NFS3_WRITEVERFSIZE = 8;
|
||||
typedef u_int64_t uint64;
|
||||
typedef int64_t int64;
|
||||
typedef unsigned int uint32;
|
||||
-typedef int int32;
|
||||
typedef string filename3<>;
|
||||
typedef string nfspath3<>;
|
||||
typedef uint64 fileid3;
|
Reference in New Issue
Block a user