blob: aa897012f1185aaaeaec41e1031e839c80528d4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-au,v 1.1 2005/12/03 00:52:54 joerg Exp $
--- src/osdep/unix/news.c.orig 2005-12-03 00:09:50.000000000 +0000
+++ src/osdep/unix/news.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
-extern int errno; /* just in case */
#include "mail.h"
#include "osdep.h"
#include <sys/stat.h>
|