019aff8e20
Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
12 lines
316 B
Text
12 lines
316 B
Text
$NetBSD: patch-bc,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/auth.c~ 1997-10-27 16:25:10.000000000 -0500
|
|
+++ server/auth.c 2008-08-31 00:26:26.000000000 -0400
|
|
@@ -30,6 +30,7 @@
|
|
#include <stdio.h>
|
|
#include <sys/param.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
|