From de8a9e28514d8bc9a9fec2eea38c03176e927046 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Fri, 9 Jan 1998 23:23:58 +0000 Subject: Add a package for the SKIP package from Sun Microsystems, for making secure pipes across the internet (etc.) --- security/skip/files/patch-cg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 security/skip/files/patch-cg (limited to 'security/skip/files/patch-cg') diff --git a/security/skip/files/patch-cg b/security/skip/files/patch-cg new file mode 100644 index 000000000000..192329de324c --- /dev/null +++ b/security/skip/files/patch-cg @@ -0,0 +1,12 @@ +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/tools/skiptool/es_glue.c skipsrc-1.0/skip/tools/skiptool/es_glue.c +--- skipsrc-1.0.orig/skip/tools/skiptool/es_glue.c Fri Oct 25 13:13:05 1996 ++++ skipsrc-1.0/skip/tools/skiptool/es_glue.c Tue Nov 25 18:53:43 1997 +@@ -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) { -- cgit v1.2.3