blob: 7b720d36311afc0f43911e9925bbdc17288b6e0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1 2005/12/18 22:02:35 joerg Exp $
--- timelimit.c.orig 2005-12-18 21:54:52.000000000 +0000
+++ timelimit.c
@@ -30,7 +30,6 @@ static char info[] = "timelimit: a util
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
-extern int errno;
#include "common.h"
int verbose = 0;
|