mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
2027333212
Passes regress on amd64.
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
Index: glob/glob.c
|
|
--- glob/glob.c.orig
|
|
+++ glob/glob.c
|
|
@@ -182,7 +182,7 @@ extern void bcopy ();
|
|
# define mempcpy(Dest, Src, Len) __mempcpy (Dest, Src, Len)
|
|
#endif
|
|
|
|
-#if !defined __GNU_LIBRARY__ && !defined __DJGPP__
|
|
+#if !defined __GNU_LIBRARY__ && !defined __DJGPP__ && !defined __OpenBSD__
|
|
# ifdef __GNUC__
|
|
__inline
|
|
# endif
|