mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a5afd18dbe
- Got complete ports files from the author. - contributed patch-ab myself, removed one unnecessary inclusion of malloc.h from manage.c
11 lines
210 B
Plaintext
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>
|
|
|