mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
1a8a092d9f
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
13 lines
239 B
C
13 lines
239 B
C
--- locale/mywchar.h.orig 1997-12-22 04:20:04 UTC
|
|
+++ locale/mywchar.h
|
|
@@ -10,7 +10,9 @@
|
|
#endif
|
|
|
|
#ifdef BSD
|
|
+#if !defined(__FreeBSD__) || (__FreeBSD__ < 5)
|
|
#include <machine/ansi.h>
|
|
+#endif
|
|
#include <machine/limits.h>
|
|
|
|
#ifndef NULL
|