Date: Thu, 18 Oct 2007 05:34:54 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127666 for review Message-ID: <200710180534.l9I5YsYZ007622@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127666 Change 127666 by jb@jb_freebsd1 on 2007/10/18 05:34:27 Let the compiler check the prototypes. Sigh. Affected files ... .. //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/common/memory.c#3 edit Differences ... ==== //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/common/memory.c#3 (text) ==== @@ -35,6 +35,7 @@ #include <stdlib.h> #include <string.h> #include <strings.h> +#include "memory.h" static void memory_bailout(void)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710180534.l9I5YsYZ007622>