Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 23:34:20 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95114 for review
Message-ID:  <200604122334.k3CNYKr9076055@repoman.freebsd.org>

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

Change 95114 by jb@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



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