From owner-svn-src-all@freebsd.org Sat Jul 30 01:07:49 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3941BA7667; Sat, 30 Jul 2016 01:07:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B18C31E3B; Sat, 30 Jul 2016 01:07:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6U17mG1060630; Sat, 30 Jul 2016 01:07:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6U17mJF060621; Sat, 30 Jul 2016 01:07:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607300107.u6U17mJF060621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 30 Jul 2016 01:07:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r303526 - in head/usr.bin: calendar checknr comm grep mandoc sdiff sed soelim uniq X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2016 01:07:49 -0000 Author: bapt Date: Sat Jul 30 01:07:47 2016 New Revision: 303526 URL: https://svnweb.freebsd.org/changeset/base/303526 Log: Remove usage of _WITH_GETLINE from usr.bin Modified: head/usr.bin/calendar/io.c head/usr.bin/checknr/checknr.c head/usr.bin/comm/comm.c head/usr.bin/grep/grep.c head/usr.bin/mandoc/Makefile head/usr.bin/sdiff/sdiff.c head/usr.bin/sed/main.c head/usr.bin/soelim/soelim.c head/usr.bin/uniq/uniq.c Modified: head/usr.bin/calendar/io.c ============================================================================== --- head/usr.bin/calendar/io.c Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/calendar/io.c Sat Jul 30 01:07:47 2016 (r303526) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#define _WITH_GETLINE #include #include #include Modified: head/usr.bin/checknr/checknr.c ============================================================================== --- head/usr.bin/checknr/checknr.c Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/checknr/checknr.c Sat Jul 30 01:07:47 2016 (r303526) @@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$"); * structured typesetting. */ #include -#define _WITH_GETLINE #include #include #include Modified: head/usr.bin/comm/comm.c ============================================================================== --- head/usr.bin/comm/comm.c Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/comm/comm.c Sat Jul 30 01:07:47 2016 (r303526) @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#define _WITH_GETLINE #include #include #include Modified: head/usr.bin/grep/grep.c ============================================================================== --- head/usr.bin/grep/grep.c Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/grep/grep.c Sat Jul 30 01:07:47 2016 (r303526) @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#define _WITH_GETLINE #include #include #include Modified: head/usr.bin/mandoc/Makefile ============================================================================== --- head/usr.bin/mandoc/Makefile Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/mandoc/Makefile Sat Jul 30 01:07:47 2016 (r303526) @@ -83,7 +83,6 @@ SRCS+= ${DB_SRCS} WARNS?= 2 CFLAGS+= -DHAVE_CONFIG_H \ - -D_WITH_GETLINE \ -I${.CURDIR}/../../lib/libopenbsd/ \ -I${.CURDIR}/../../contrib/sqlite3 LIBADD= openbsd sqlite3 z Modified: head/usr.bin/sdiff/sdiff.c ============================================================================== --- head/usr.bin/sdiff/sdiff.c Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/sdiff/sdiff.c Sat Jul 30 01:07:47 2016 (r303526) @@ -22,7 +22,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#define _WITH_GETLINE #include #include #include Modified: head/usr.bin/sed/main.c ============================================================================== --- head/usr.bin/sed/main.c Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/sed/main.c Sat Jul 30 01:07:47 2016 (r303526) @@ -58,7 +58,6 @@ static const char sccsid[] = "@(#)main.c #include #include #include -#define _WITH_GETLINE #include #include #include Modified: head/usr.bin/soelim/soelim.c ============================================================================== --- head/usr.bin/soelim/soelim.c Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/soelim/soelim.c Sat Jul 30 01:07:47 2016 (r303526) @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#define _WITH_GETLINE #include #include #include Modified: head/usr.bin/uniq/uniq.c ============================================================================== --- head/usr.bin/uniq/uniq.c Sat Jul 30 01:04:18 2016 (r303525) +++ head/usr.bin/uniq/uniq.c Sat Jul 30 01:07:47 2016 (r303526) @@ -53,7 +53,6 @@ static const char rcsid[] = #include #include #include -#define _WITH_GETLINE #include #include #include