9cb80da944
Convert patches to standard format.
22 lines
523 B
Text
22 lines
523 B
Text
$NetBSD: patch-ae,v 1.3 2004/05/03 23:30:00 wiz Exp $
|
|
|
|
--- src/comment.h.orig 1996-06-06 22:01:43.000000000 +0200
|
|
+++ src/comment.h
|
|
@@ -67,7 +67,7 @@
|
|
#ifndef _COMMENT_H
|
|
#define _COMMENT_H
|
|
|
|
-char *comment_card_html_top= \
|
|
+static char *comment_card_html_top= \
|
|
"<title>\n" \
|
|
" Comment Card for Mosaic 2.6\n" \
|
|
"</title>\n" \
|
|
@@ -103,7 +103,7 @@ char *comment_card_html_top= \
|
|
" <p>\n" \
|
|
"\n";
|
|
|
|
-char *comment_card_html_bot= \
|
|
+static char *comment_card_html_bot= \
|
|
" </p>\n" \
|
|
" </li>\n" \
|
|
" <br>\n" \
|