blob: f912118c6532d8e33f395aeb885b630b0f1d5b35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-am,v 1.1 2006/03/02 21:28:23 joerg Exp $
--- uip/mhlistsbr.c.orig 2006-03-02 20:57:04.000000000 +0000
+++ uip/mhlistsbr.c
@@ -16,8 +16,6 @@
#include <h/mime.h>
#include <h/mhparse.h>
-extern int errno;
-
/* mhmisc.c */
int part_ok (CT, int);
int type_ok (CT, int);
|