6ae8753966
using an int for a pointer.
11 lines
303 B
Text
11 lines
303 B
Text
$NetBSD: patch-ay,v 1.1 2001/03/09 12:08:26 dmcmahill Exp $
|
|
|
|
needed for alpha when compiling with -Werror
|
|
|
|
--- ifcico/recvbark.c.orig Mon Jul 15 14:02:34 1996
|
|
+++ ifcico/recvbark.c Fri Mar 9 06:51:47 2001
|
|
@@ -1,3 +1,4 @@
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "lutil.h"
|
|
#include "ttyio.h"
|