Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
13 lines
394 B
Text
13 lines
394 B
Text
$NetBSD: patch-bl,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/cookie.c~ 1997-09-01 10:43:11.000000000 -0400
|
|
+++ server/cookie.c 2008-08-31 00:40:13.000000000 -0400
|
|
@@ -25,6 +25,8 @@
|
|
* cookie.c *
|
|
* *
|
|
************************************************************************/
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include "xmx.h"
|
|
#include "incl/cookie.pvt.h"
|
|
|