fix proto now that strcasestr is in-tree.

synch patches while we're at it.
This commit is contained in:
espie 2005-04-03 11:05:07 +00:00
parent 1efcd9eefc
commit 85503f8b4a
5 changed files with 27 additions and 14 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.25 2005/02/07 19:01:48 pvalchev Exp $
# $OpenBSD: Makefile,v 1.26 2005/04/03 11:05:07 espie Exp $
COMMENT= "generate a cross-referenced HTML mail archive"
VERSION= 2.1.8
DISTNAME= hypermail-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= mail www
HOMEPAGE= http://www.hypermail.org/

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-docs_hmrc_4,v 1.5 2003/03/06 05:11:04 brad Exp $
--- docs/hmrc.4.orig Tue Nov 26 17:03:39 2002
+++ docs/hmrc.4 Wed Mar 5 23:29:29 2003
$OpenBSD: patch-docs_hmrc_4,v 1.6 2005/04/03 11:05:07 espie Exp $
--- docs/hmrc.4.orig Thu Apr 24 19:29:11 2003
+++ docs/hmrc.4 Sun Apr 3 12:58:45 2005
@@ -1,4 +1,4 @@
-.TH hmrc 4 "February 01, 2002"
+.TH hmrc 5 "February 01, 2002"
.SH NAME
hmrc \- Hypermail configuration file
.SH DESCRIPTION
@@ -614,4 +614,3 @@ files so appropriate information can be
@@ -617,4 +617,3 @@ files so appropriate information can be
%D - Date META TAG - Not valid on index pages
%S - Subject META TAG
.nr

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-docs_hmrc_html,v 1.2 2003/03/06 05:11:04 brad Exp $
--- docs/hmrc.html.orig Tue Nov 26 17:03:39 2002
+++ docs/hmrc.html Wed Mar 5 23:29:29 2003
@@ -1225,7 +1225,7 @@ directories more than one level deep (e.
$OpenBSD: patch-docs_hmrc_html,v 1.3 2005/04/03 11:05:07 espie Exp $
--- docs/hmrc.html.orig Thu Apr 24 19:29:11 2003
+++ docs/hmrc.html Sun Apr 3 12:58:45 2005
@@ -1228,7 +1228,7 @@ directories more than one level deep (e.
<blockquote>
<strong>hypermail(1)</strong>,
&nbsp;

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_parse_c,v 1.3 2002/09/03 23:22:50 brad Exp $
--- src/parse.c.orig Sun Sep 1 22:57:22 2002
+++ src/parse.c Sun Sep 1 22:57:55 2002
@@ -43,7 +43,7 @@
#include <sys/dir.h>
$OpenBSD: patch-src_parse_c,v 1.4 2005/04/03 11:05:07 espie Exp $
--- src/parse.c.orig Tue Jul 1 16:20:48 2003
+++ src/parse.c Sun Apr 3 12:58:45 2005
@@ -57,7 +57,7 @@
#include "../lcc/lcc_extras.h"
#endif
-extern char *mktemp(char *);

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_proto_h,v 1.1 2005/04/03 11:05:07 espie Exp $
--- src/proto.h.orig Sun Apr 3 12:59:30 2005
+++ src/proto.h Sun Apr 3 12:59:54 2005
@@ -94,7 +94,7 @@ char *PushByte(struct Push *, char);
char *PushString(struct Push *, const char *);
char *PushNString(struct Push *, const char *, int);
-char *strcasestr (char *, const char *);
+char *strcasestr (const char *, const char *);
char *strsav(const char *);
char *strreplace(char *, char *);
void strcpymax(char *, const char *, int);