blob: 19db6171f0030654fbb73590b65900f1b9a64ef6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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, ...)
{
|