20 lines
372 B
Text
20 lines
372 B
Text
|
$NetBSD: patch-ac,v 1.1 2005/12/08 17:41:16 joerg Exp $
|
||
|
|
||
|
--- grammer.y.orig 2005-12-08 17:37:54.000000000 +0000
|
||
|
+++ grammer.y
|
||
|
@@ -1,4 +1,5 @@
|
||
|
%{
|
||
|
+#include <errno.h>
|
||
|
#include <stdio.h>
|
||
|
#include <strings.h>
|
||
|
#include "netconfig.h"
|
||
|
@@ -20,8 +21,6 @@ char *data;
|
||
|
|
||
|
/* Name of current ddos we're working on */
|
||
|
char ddos_name[BUFSIZE];
|
||
|
-
|
||
|
-extern int errno;
|
||
|
%}
|
||
|
|
||
|
%union {
|