missing prototype

from Jimmy Scott <jimmy at inet-solutions.be>
This commit is contained in:
sturm 2006-01-29 14:46:14 +00:00
parent eda3b90eb9
commit 82cdc27ea7
2 changed files with 10 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2004/12/07 00:23:24 alek Exp $
# $OpenBSD: Makefile,v 1.12 2006/01/29 14:46:14 sturm Exp $
COMMENT= "curses-based URL ripper"
DISTNAME= urlview-0.9
PKGNAME= ${DISTNAME}p0
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.mutt.org/mutt/contrib/ \
ftp://ftp.cs.hmc.edu/pub/me/ \

View File

@ -1,8 +1,12 @@
$OpenBSD: patch-urlview_c,v 1.1 2003/09/23 15:49:49 sturm Exp $
--- urlview.c.orig 2003-09-09 10:22:06.000000000 +0200
+++ urlview.c 2003-09-09 10:22:21.000000000 +0200
@@ -48,7 +48,7 @@
$OpenBSD: patch-urlview_c,v 1.2 2006/01/29 14:46:14 sturm Exp $
--- urlview.c.orig Tue Jul 4 12:14:30 2000
+++ urlview.c Sun Jan 29 15:41:28 2006
@@ -46,9 +46,11 @@
#include <rx/rxposix.h>
#endif
+#include "quote.h"
+
#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]"
#define DEFAULT_COMMAND "url_handler.sh %s"
-#define SYSTEM_INITFILE "/etc/urlview.conf"