PERFORCE change 95114 for review
John Birrell
jb at FreeBSD.org
Wed Apr 12 23:34:21 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95114
Change 95114 by jb at jb_freebsd2 on 2006/04/12 23:34:07
Include a compatibility header via '!defined(sun)'
Affected files ...
.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/libelf/common/input.c#2 edit
Differences ...
==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/libelf/common/input.c#2 (text) ====
@@ -42,6 +42,9 @@
#include "decl.h"
#include "msg.h"
+#if !defined(sun)
+#include <opensolaris/compat/sys/param.h>
+#endif
/*
* File input
More information about the p4-projects
mailing list