13 lines
341 B
Text
13 lines
341 B
Text
$NetBSD: patch-aa,v 1.2 2003/09/28 03:29:35 virtus Exp $
|
|
|
|
--- axe.h.orig Sat Sep 27 20:41:02 2003
|
|
+++ axe.h Sat Sep 27 20:39:45 2003
|
|
@@ -4,7 +4,7 @@
|
|
#include <sys/types.h>
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
-#include <getopt.h>
|
|
+/* #include <getopt.h> -- This gives an error on FreeBSD */
|
|
#include <dirent.h>
|
|
|
|
extern char *optarg;
|