diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-01 05:58:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-01 05:58:43 +0000 |
commit | ea2670c18699e514ee1d65dfd35ad22c296a74e7 (patch) | |
tree | 6826a5266d78c22210c194772a8daed06ef0a19c /data/nmap/bsd.diff | |
parent | a45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff) |
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/nmap/bsd.diff')
-rw-r--r-- | data/nmap/bsd.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/nmap/bsd.diff b/data/nmap/bsd.diff new file mode 100644 index 000000000..23ab29271 --- /dev/null +++ b/data/nmap/bsd.diff @@ -0,0 +1,12 @@ +diff -ru nmap-4.50/libdnet-stripped/configure.in nmap-4.50+iPhone/libdnet-stripped/configure.in +--- nmap-4.50/libdnet-stripped/configure.in 2007-11-27 06:22:46.000000000 +0000 ++++ nmap-4.50+iPhone/libdnet-stripped/configure.in 2007-12-24 19:50:24.000000000 +0000 +@@ -226,7 +226,7 @@ + elif test "$ac_cv_dnet_bsd_bpf" = yes ; then + AC_LIBOBJ([eth-bsd]) + elif test "$ac_cv_dnet_linux_pf_packet" = yes ; then +- AC_LIBOBJ([eth-linux]) ++ AC_LIBOBJ([eth-bsd]) + elif test "$ac_cv_header_net_raw_h" = yes ; then + AC_LIBOBJ([eth-snoop]) + elif test "$ac_cv_header_sys_ndd_var_h" = yes ; then |