16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $
|
|
|
|
--- aserver/aserver.c.orig 2008-10-29 08:42:10.000000000 -0400
|
|
+++ aserver/aserver.c
|
|
@@ -35,6 +35,10 @@
|
|
|
|
#include "aserver.h"
|
|
|
|
+#ifndef EBADFD
|
|
+#define EBADFD EBADF
|
|
+#endif
|
|
+
|
|
char *command;
|
|
|
|
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
|