Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 05:47:59 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134062 for review
Message-ID:  <200801250547.m0P5lx7e077255@repoman.freebsd.org>

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

Change 134062 by jb@jb_freebsd1 on 2008/01/25 05:47:39

	The function prototype for exit() is in stdlib.h.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/tst.raise2.c#3 edit
.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/tst.raise3.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/tst.raise2.c#3 (text+ko) ====

@@ -28,6 +28,7 @@
 
 #include <unistd.h>
 #include <signal.h>
+#include <stdlib.h>
 
 static void
 handle(int sig)

==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/tst.raise3.c#3 (text+ko) ====

@@ -28,6 +28,7 @@
 
 #include <unistd.h>
 #include <signal.h>
+#include <stdlib.h>
 
 static void
 handle(int sig)



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