1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/games/xsoldier/files/patch-ab
Andreas Klemm a5afd18dbe - Updated the xsoldier port from 0.95 to 0.96.
- Got complete ports files from the author.
- contributed patch-ab myself, removed one unnecessary inclusion
  of malloc.h from manage.c
1997-06-09 17:59:03 +00:00

11 lines
210 B
Plaintext

--- manage.c.orig Mon Jun 9 19:41:29 1997
+++ manage.c Mon Jun 9 19:41:41 1997
@@ -9,7 +9,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>