blob: 1a3d5dff6d5fd57a4b776042be77b3cf71318129 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-af,v 1.1 2005/12/18 22:02:35 joerg Exp $
--- faucet.c.orig 2005-12-18 21:53:33.000000000 +0000
+++ faucet.c
@@ -24,5 +24,4 @@ static char info[] = "faucet: a network
#include <stdio.h>
#include <errno.h>
-extern int errno; /* I hate the errno header file */
#include <string.h>
#include <stdlib.h>
|