From owner-p4-projects@FreeBSD.ORG Sun Oct 28 23:15:17 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AAB9716A421; Sun, 28 Oct 2007 23:15:17 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70AC816A41A for ; Sun, 28 Oct 2007 23:15:17 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61C6313C491 for ; Sun, 28 Oct 2007 23:15:17 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9SNFH54063127 for ; Sun, 28 Oct 2007 23:15:17 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9SNFHfp063124 for perforce@freebsd.org; Sun, 28 Oct 2007 23:15:17 GMT (envelope-from jb@freebsd.org) Date: Sun, 28 Oct 2007 23:15:17 GMT Message-Id: <200710282315.l9SNFHfp063124@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 128260 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 23:15:18 -0000 http://perforce.freebsd.org/chv.cgi?CH=128260 Change 128260 by jb@jb_freebsd1 on 2007/10/28 23:15:03 Remove more _SOLARIS_C_SOURCE compatibility definitions. Affected files ... .. //depot/projects/dtrace/src/include/elf.h#6 edit .. //depot/projects/dtrace/src/include/stdlib.h#8 edit .. //depot/projects/dtrace/src/include/strings.h#5 edit Differences ... ==== //depot/projects/dtrace/src/include/elf.h#6 (text+ko) ==== @@ -38,8 +38,4 @@ #include #include -#ifdef _SOLARIS_C_SOURCE -#include -#endif - #endif /* !_ELF_H_ */ ==== //depot/projects/dtrace/src/include/stdlib.h#8 (text+ko) ==== @@ -283,9 +283,6 @@ extern char *suboptarg; /* getsubopt(3) external variable */ #endif /* __BSD_VISIBLE */ -#ifdef _SOLARIS_C_SOURCE -#define getexecname getprogname -#endif __END_DECLS #endif /* !_STDLIB_H_ */ ==== //depot/projects/dtrace/src/include/strings.h#5 (text+ko) ==== @@ -53,8 +53,4 @@ int strncasecmp(const char *, const char *, size_t) __pure; __END_DECLS -#ifdef _SOLARIS_C_SOURCE -#include -#endif - #endif /* _STRINGS_H_ */