3b6df974e1
of FreeBSD-like systems with objformat, we want minor shared library numbers.
15 lines
341 B
Text
15 lines
341 B
Text
$NetBSD: patch-am,v 1.3 2006/04/11 15:08:38 joerg Exp $
|
|
|
|
--- conf/config/mts.c.orig 2006-04-11 13:46:53.000000000 +0000
|
|
+++ conf/config/mts.c
|
|
@@ -33,10 +33,7 @@ static char ident[] = "@(#)$Id: mts.c,v
|
|
|
|
#define NULLCP ((char *) 0)
|
|
|
|
-#ifdef __CYGWIN32__
|
|
#include <errno.h>
|
|
-#endif
|
|
-extern int errno;
|
|
|
|
static char *tailor_value ();
|
|
|