13 lines
297 B
Text
13 lines
297 B
Text
|
$NetBSD: patch-aw,v 1.1 2001/02/03 01:53:03 dmcmahill Exp $
|
||
|
|
||
|
add prototypes for 64-bit machines
|
||
|
|
||
|
--- address.y.orig Sun Jun 30 21:25:54 1991
|
||
|
+++ address.y Fri Feb 2 18:03:04 2001
|
||
|
@@ -2,4 +2,5 @@
|
||
|
#include <stdio.h>
|
||
|
#include <signal.h>
|
||
|
+#include <string.h>
|
||
|
#include "addr.h"
|
||
|
#include "faces.h"
|