f3cbb56810
Cleaned up so that lib depends on config:build, and lndir it instead of mucking with the source dir. All patches put into config/patches, separated and renamed (yes, this is a LARGE fucker). Fake xview/clients to come. Currently installs under /usr/X11R6, some more patches to X needed to fix that.
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
--- ./clients/olwmslave/mem.c.orig Tue Jun 29 07:12:12 1993
|
|
+++ ./clients/olwmslave/mem.c Sat Apr 1 18:26:06 2000
|
|
@@ -16,7 +16,8 @@ static char sccsid[] = "@(#) mem.c 26.1
|
|
*
|
|
*/
|
|
|
|
-#include <malloc.h>
|
|
+#include <sys/param.h>
|
|
+#include <stdlib.h>
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
#include <sys/types.h>
|