Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
12 lines
399 B
Text
12 lines
399 B
Text
$NetBSD: patch-cw,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/rs.c~ 1997-08-19 12:24:33.000000000 -0400
|
|
+++ server/rs.c 2008-08-31 02:12:52.000000000 -0400
|
|
@@ -28,6 +28,7 @@
|
|
* with the major and minor reply codes. *
|
|
* *
|
|
************************************************************************/
|
|
+#include <stdlib.h>
|
|
#include "xmx.h"
|
|
#include "rs.h"
|
|
#include "incl/rs.pvt.h"
|