From owner-p4-projects@FreeBSD.ORG Fri Nov 23 03:26:37 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5ACC516A468; Fri, 23 Nov 2007 03:26:37 +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 AE13E16A417 for ; Fri, 23 Nov 2007 03:26:36 +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 B542D13C4D9 for ; Fri, 23 Nov 2007 03:26:36 +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 lAN3QamG009125 for ; Fri, 23 Nov 2007 03:26:36 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAN3QaHh009122 for perforce@freebsd.org; Fri, 23 Nov 2007 03:26:36 GMT (envelope-from jb@freebsd.org) Date: Fri, 23 Nov 2007 03:26:36 GMT Message-Id: <200711230326.lAN3QaHh009122@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 129405 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: Fri, 23 Nov 2007 03:26:37 -0000 http://perforce.freebsd.org/chv.cgi?CH=129405 Change 129405 by jb@jb_freebsd1 on 2007/11/23 03:26:07 Remove a compatibility header. Affected files ... .. //depot/projects/dtrace/src/include/Makefile#13 edit .. //depot/projects/dtrace/src/include/alloca.h#2 delete Differences ... ==== //depot/projects/dtrace/src/include/Makefile#13 (text+ko) ==== @@ -7,8 +7,8 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= arpa gssapi protocols rpcsvc rpc -INCS= a.out.h alloca.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h \ - ctype.h db.h \ +INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ + db.h \ dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \ fts.h ftw.h getopt.h glob.h grp.h gssapi.h \ histedit.h ieeefp.h ifaddrs.h \