summaryrefslogtreecommitdiff
path: root/security/siphon/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/siphon/files/patch-aa')
-rw-r--r--security/siphon/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/siphon/files/patch-aa b/security/siphon/files/patch-aa
deleted file mode 100644
index e2a402d3dfb6..000000000000
--- a/security/siphon/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- log.c.orig Thu May 4 12:00:00 2000
-+++ log.c Sat May 6 15:32:36 2000
-@@ -137,7 +137,7 @@
- FILE *osprints;
- static char line[80], *oswin, *osttl, *osdf, *os, hexed[10];
- static int check = 0;
-- osprints = fopen("osprints.conf","r");
-+ osprints = fopen(OSPRINTSCONF,"r");
-
- if(!osprints) {
- perror("Unable to find osprints.conf\n");