1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/japanese/mh/files/patch-uip_vmh.c
2016-05-13 19:24:51 +00:00

17 lines
284 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 11:16:49 UTC
+++ uip/vmh.c
@@ -116,6 +116,13 @@ void __cputchar __P((int));
#define XYZ /* XXX */
+#if defined(__FreeBSD__) && __FreeBSD__ >= 5
+struct ldat
+{
+ unsigned long *text;
+};
+#endif
+
/* */
static struct swit switches[] = {