Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
23 lines
508 B
Text
23 lines
508 B
Text
$NetBSD: patch-cv,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/rgb.c~ 1997-10-10 09:17:56.000000000 -0400
|
|
+++ server/rgb.c 2008-08-31 02:12:44.000000000 -0400
|
|
@@ -31,7 +31,8 @@
|
|
************************************************************************/
|
|
#include <sys/param.h>
|
|
#include <stdio.h>
|
|
-#include "xmx.h"
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#ifdef NDBM
|
|
#include <ndbm.h>
|
|
@@ -45,6 +46,8 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#include "xmx.h"
|
|
+
|
|
typedef struct {
|
|
char * name;
|
|
u16_t namelen;
|