Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 19:02:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303595 - head/usr.bin/nl
Message-ID:  <201607311902.u6VJ2J1j002141@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul 31 19:02:19 2016
New Revision: 303595
URL: https://svnweb.freebsd.org/changeset/base/303595

Log:
  Remove another occurence of _WITH_GETLINE

Modified:
  head/usr.bin/nl/nl.c

Modified: head/usr.bin/nl/nl.c
==============================================================================
--- head/usr.bin/nl/nl.c	Sun Jul 31 18:58:20 2016	(r303594)
+++ head/usr.bin/nl/nl.c	Sun Jul 31 19:02:19 2016	(r303595)
@@ -35,7 +35,6 @@ __COPYRIGHT(
 __RCSID("$FreeBSD$");
 #endif    
 
-#define	_WITH_GETLINE
 #include <sys/types.h>
 
 #include <err.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607311902.u6VJ2J1j002141>