From owner-svn-src-all@freebsd.org Sat Jul 30 01:13:56 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 1C7F6BA7A59; Sat, 30 Jul 2016 01:13:56 +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 E304F1628; Sat, 30 Jul 2016 01:13:55 +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 u6U1DtMG064362; Sat, 30 Jul 2016 01:13:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6U1Dsq2064358; Sat, 30 Jul 2016 01:13:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607300113.u6U1Dsq2064358@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:13:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r303528 - in head: contrib/ofed/usr.lib/libibverbs lib/libc/stdio lib/libc/tests/stdio 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:13:56 -0000 Author: bapt Date: Sat Jul 30 01:13:54 2016 New Revision: 303528 URL: https://svnweb.freebsd.org/changeset/base/303528 Log: Remove last traces of _WITH_GETLINE Modified: head/contrib/ofed/usr.lib/libibverbs/config.h head/lib/libc/stdio/getline.c head/lib/libc/tests/stdio/getdelim_test.c Modified: head/contrib/ofed/usr.lib/libibverbs/config.h ============================================================================== --- head/contrib/ofed/usr.lib/libibverbs/config.h Sat Jul 30 01:10:05 2016 (r303527) +++ head/contrib/ofed/usr.lib/libibverbs/config.h Sat Jul 30 01:13:54 2016 (r303528) @@ -1,2 +1 @@ -#define _WITH_GETLINE #include Modified: head/lib/libc/stdio/getline.c ============================================================================== --- head/lib/libc/stdio/getline.c Sat Jul 30 01:10:05 2016 (r303527) +++ head/lib/libc/stdio/getline.c Sat Jul 30 01:13:54 2016 (r303528) @@ -27,7 +27,6 @@ #include __FBSDID("$FreeBSD$"); -#define _WITH_GETLINE #include ssize_t Modified: head/lib/libc/tests/stdio/getdelim_test.c ============================================================================== --- head/lib/libc/tests/stdio/getdelim_test.c Sat Jul 30 01:10:05 2016 (r303527) +++ head/lib/libc/tests/stdio/getdelim_test.c Sat Jul 30 01:13:54 2016 (r303528) @@ -27,7 +27,6 @@ #include __FBSDID("$FreeBSD$"); -#define _WITH_GETLINE #include #include #include