freebsd-ports/japanese/mh/files/patch-uip:vmh.c
2007-10-19 04:02:08 +00:00

16 lines
280 B
C
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.

--- uip/vmh.c.orig 2001-04-21 20:16:49 +0900
+++ uip/vmh.c 2007-10-19 12:51:52 +0900
@@ -116,6 +116,13 @@
#define XYZ /* XXX */
+#if defined(__FreeBSD__) && __FreeBSD__ >= 5
+struct ldat
+{
+ unsigned long *text;
+};
+#endif
+
/* */
static struct swit switches[] = {