packages/net/dsniff/patches/011-noint32.patch

13 lines
340 B
Diff
Raw Normal View History

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;