1998-07-20 23:37:26 +00:00
|
|
|
--- lib/rld.c.org Wed Jun 24 22:32:37 1998
|
|
|
|
+++ lib/rld.c Wed Jun 24 22:33:11 1998
|
|
|
|
@@ -114,7 +114,7 @@
|
|
|
|
static void GetOriginalFunc(void **fptr, char *name, int libmask) {
|
|
|
|
/* Synchronize access to func and lib opening functions if we can... */
|
|
|
|
|
|
|
|
-#ifndef __FreeBSD__
|
1998-10-07 18:51:28 +00:00
|
|
|
+#if !defined(__FreeBSD__) || __FreeBSD__ != 2
|
1998-07-20 23:37:26 +00:00
|
|
|
name++;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
@@ -140,7 +140,7 @@
|
|
|
|
static void DGetOriginalFunc(void **fptr, char *name, int libmask) {
|
|
|
|
/* Synchronize access to func and lib opening functions if we can... */
|
|
|
|
|
|
|
|
-#ifndef __FreeBSD__
|
1998-10-07 18:51:28 +00:00
|
|
|
+#if !defined(__FreeBSD__) || __FreeBSD__ != 2
|
1998-07-20 23:37:26 +00:00
|
|
|
name++;
|
|
|
|
#endif
|
|
|
|
|