mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
$NetBSD: patch-ae,v 1.1 2005/12/18 22:02:35 joerg Exp $
|
|
|
|
--- encapsulate.c.orig 2005-12-18 21:55:11.000000000 +0000
|
|
+++ encapsulate.c
|
|
@@ -117,7 +117,6 @@ static char info[] = "encapsulate: a ut
|
|
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
-extern int errno; /* I hate the errno header file */
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <signal.h>
|