Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2006 01:53:28 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95203 for review
Message-ID:  <200604140153.k3E1rSjr094915@repoman.freebsd.org>

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

Change 95203 by jb@jb_freebsd2 on 2006/04/14 01:53:10

	Just get this file to compile for now. It's still Solaris-centric.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/libelf/common/gelf.c#3 edit

Differences ...

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

@@ -1095,6 +1095,7 @@
 GElf_Xword
 _gelf_getdyndtflags_1(Elf *elf)
 {
+#ifdef DOODAD
 	Elf_Scn *scn = NULL;
 	Elf_Data *data;
 	GElf_Shdr shdr;
@@ -1117,5 +1118,6 @@
 		}
 		break;
 	}
+#endif
 	return (0);
 }



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