diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2000-01-26 01:55:28 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2000-01-26 01:55:28 +0000 |
commit | a3dd62941f5a3293aace76538667e68ba52e12c4 (patch) | |
tree | 9a66dfd2813b90bae64681c94871563c1efd38c6 /security/skip/files/patch-dd | |
parent | We were forgetting to install "README.FreeBSD+NAT". (diff) |
Bash this port until it compiles under -current again.
Notes
Notes:
svn path=/head/; revision=25078
Diffstat (limited to 'security/skip/files/patch-dd')
-rw-r--r-- | security/skip/files/patch-dd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/skip/files/patch-dd b/security/skip/files/patch-dd new file mode 100644 index 000000000000..3f9f586b1c22 --- /dev/null +++ b/security/skip/files/patch-dd @@ -0,0 +1,12 @@ +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/tools/skiptool/es_glue.c work.new/skip/tools/skiptool/es_glue.c +--- skipsrc-1.0.orig/skip/tools/skiptool/es_glue.c Fri Oct 25 13:13:05 1996 ++++ work.new/skip/tools/skiptool/es_glue.c Mon Jan 24 12:35:42 2000 +@@ -1948,7 +1948,7 @@ + void + stats(int which) + { +- char *opt, *t, s[STRSZ], *argv[12]; ++ char *opt = NULL, *t = NULL, s[STRSZ], *argv[12]; + char ifstats[STRSZ], *optarg = NULL; + + switch (which) { |