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 23309 for review
Message-ID:  <200301062108.h06L8Ftn012466@repoman.freebsd.org>

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

Change 23309 by peter@peter_itanic2 on 2003/01/06 13:07:59

	stop tcpdump segfaulting on ia64 (argh! another one!)

Affected files ...

.. //depot/projects/ia64/contrib/tcpdump/print-esp.c#3 edit

Differences ...

==== //depot/projects/ia64/contrib/tcpdump/print-esp.c#3 (text+ko) ====

@@ -50,6 +50,7 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "ip.h"
 #include "esp.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.h06L8Ftn012466>