1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/net/dsniff/patches/011-noint32.patch
Peter Wagner 570e84e2d4 [packages] dsniff: fix build
Signed-off-by: Peter Wagner <tripolar@gmx.at>


SVN-Revision: 38710
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;