packages/net/dsniff/patches/011-noint32.patch
tripolar 04af3ac897 [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
2013-11-10 18:18:14 +00:00

13 lines
340 B
Diff

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;