mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
$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;
|