2005-09-07 16:10:16 +02:00
|
|
|
$NetBSD: patch-aa,v 1.6 2005/09/07 14:10:16 adam Exp $
|
2001-03-30 23:44:48 +02:00
|
|
|
|
2005-01-31 10:24:07 +01:00
|
|
|
--- misc.h.orig 2004-09-22 14:20:24.000000000 +0000
|
2001-03-30 23:44:48 +02:00
|
|
|
+++ misc.h
|
2005-01-31 10:24:07 +01:00
|
|
|
@@ -24,7 +24,7 @@
|
2001-03-30 23:44:48 +02:00
|
|
|
long random(void);
|
|
|
|
#endif
|
|
|
|
|
2005-01-31 10:24:07 +01:00
|
|
|
-#if !defined(__VMS) & !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__)
|
2005-09-07 16:10:16 +02:00
|
|
|
+#if !defined(__VMS) & !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__) & !defined(__NetBSD__) & !defined(__DragonFly__)
|
2001-03-30 23:44:48 +02:00
|
|
|
#if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX) || defined(_SCO_DS)
|
|
|
|
void srandom(unsigned int);
|
|
|
|
#else
|