summaryrefslogtreecommitdiff
path: root/www/cgilib/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/cgilib/patches/patch-aa')
-rw-r--r--www/cgilib/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/cgilib/patches/patch-aa b/www/cgilib/patches/patch-aa
deleted file mode 100644
index 4f7a915ba2e..00000000000
--- a/www/cgilib/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/09/10 21:36:20 dmcmahill Exp $
-
---- cgitest.c.orig Tue Aug 17 09:21:20 1999
-+++ cgitest.c Mon Sep 10 16:08:57 2001
-@@ -24,4 +24,5 @@
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <cgi.h>
-
-@@ -114,5 +115,5 @@
- printf ("<html>\n<head><title>cgilib</title></title>\n\n<body bgcolor=\"#ffffff\">\n");
- printf ("<h1><a href=\"%s\">cgilib</a></h1>\n", URL);
-- printf ("<h3>Cookie "Library" set</h3>\n");
-+ printf ("<h3>Cookie \"Library\" set</h3>\n");
- printf ("<p><br><p><br><a href=\"/cgi-bin/cgitest\">Test</a><p>\n");
- printf ("<p><br><p><br><a href=\"/cgi-bin/cgitest/redirect\">Redirect</a><p>\n");