freebsd-ports/japanese/mh/files/patch-uip:vmh.c

17 lines
280 B
C
Raw Normal View History

2007-10-19 06:02:08 +02:00
--- 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
+{
2007-10-19 06:02:08 +02:00
+ unsigned long *text;
+};
+#endif
+
/* */
static struct swit switches[] = {