PERFORCE change 103943 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 02:16:27 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103943

Change 103943 by jb at jb_freebsd2 on 2006/08/15 02:16:13

	Fix a compiler warning by including the header containing the prototype.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/tools/common/findprime.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/tools/common/findprime.c#3 (text) ====

@@ -27,6 +27,7 @@
 #pragma ident	"@(#)findprime.c	1.2	05/06/08 SMI"
 
 #include <sys/types.h>
+#include <sgs.h>
 
 /*
  * function that will find a prime'ish number.  Usefull for


More information about the p4-projects mailing list