pkgsrc-wip/aolserver/patches/patch-ac
2003-03-26 00:05:26 +00:00

22 lines
491 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-ac,v 1.1.1.1 2003/03/26 00:05:27 ianharding Exp $
--- thread/reentrant.c.orig Thu Oct 18 21:43:49 2001
+++ thread/reentrant.c
@@ -61,7 +61,7 @@
static Tls *GetTls(void);
-#ifdef MACOSX
+#if defined(__NetBSD__) || defined(MACOSX)
#define NO_REENTRANT 1
char *strtok_r(char *s, const char *delim, char **last);
#endif
@@ -312,7 +312,7 @@
-#ifdef MACOSX
+#if defined(__NetBSD__) || defined(MACOSX)
/*
* Copyright (c) 1998 Softweyr LLC. All rights reserved.