13 lines
408 B
Text
13 lines
408 B
Text
$NetBSD: patch-aa,v 1.1 2006/01/13 15:16:14 joerg Exp $
|
|
|
|
--- src/bookmarks.c.orig 2006-01-13 14:28:29.000000000 +0000
|
|
+++ src/bookmarks.c
|
|
@@ -43,8 +43,6 @@ static FLAG changed = 0; /* bookmarks h
|
|
static const char *user_bm_file; /* personal bookmarks filename */
|
|
static time_t bm_file_mod = 0; /* last modification of the file */
|
|
|
|
-extern int errno;
|
|
-
|
|
static void
|
|
bm_error(const char *format, ...)
|
|
{
|