PERFORCE change 95203 for review

John Birrell jb at FreeBSD.org
Fri Apr 14 01:53:29 UTC 2006


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

Change 95203 by jb at 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);
 }


More information about the p4-projects mailing list