pkgsrc/chat/icb/patches/patch-ba
christos 460bd4190f make this work on 64 bit platforms:
- fix warnings for missing prototypes
- use termios instead of sgtty (why doesn't this work on amd64?)
2008-12-17 02:19:59 +00:00

12 lines
313 B
Text

$NetBSD: patch-ba,v 1.2 2008/12/17 02:19:59 christos Exp $
--- murgil/getaddr.c.orig 1995-02-24 16:19:40.000000000 -0500
+++ murgil/getaddr.c 2008-12-16 20:29:02.000000000 -0500
@@ -14,6 +14,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>