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/exit.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/exit.diff')
-rw-r--r-- | data/nmap/exit.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/nmap/exit.diff b/data/nmap/exit.diff new file mode 100644 index 000000000..41a490bce --- /dev/null +++ b/data/nmap/exit.diff @@ -0,0 +1,11 @@ +diff -ru nmap-4.50/nmap.cc nmap-4.50+iPhone/nmap.cc +--- nmap-4.50/nmap.cc 2007-11-03 01:31:02.000000000 +0000 ++++ nmap-4.50+iPhone/nmap.cc 2007-12-24 21:19:34.000000000 +0000 +@@ -1826,6 +1826,7 @@ + + nmap_free_mem(); + } ++ _exit(0); + return 0; + } + |