Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2003 13:08:15 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23308 for review
Message-ID:  <200301062108.h06L8FuC012460@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=23308

Change 23308 by peter@peter_itanic2 on 2003/01/06 13:07:40

	stop tcpd from segfaulting on ia64. (argh! when will this end?)

Affected files ...

.. //depot/projects/ia64/contrib/tcp_wrappers/inetcf.c#2 edit

Differences ...

==== //depot/projects/ia64/contrib/tcp_wrappers/inetcf.c#2 (text+ko) ====

@@ -17,6 +17,7 @@
 
 extern int errno;
 extern void exit();
+extern char *malloc();
 
 #include "tcpd.h"
 #include "inetcf.h"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301062108.h06L8FuC012460>