1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11-wm/gwm/files/patch-ad
Mark Murray eec599efaf Ugrade to v 1.8d.
(Also relinquish maintainership - I don't use this anymore)

Submitted by:	"KATO Tsuguru" <tkato@prontomail.ne.jp>
PR:		21124
2000-11-27 21:54:12 +00:00

15 lines
294 B
Plaintext

--- gwm-parsers/y.tab.c.orig Fri Dec 8 16:53:50 1995
+++ gwm-parsers/y.tab.c Fri Sep 8 00:23:43 2000
@@ -49,9 +49,9 @@
# define RIGHTBRA 266
# define NAME 267
-#include <malloc.h>
+#include <stdlib.h>
#include <memory.h>
-#include <values.h>
+#include <limits.h>
#ifdef __cplusplus