From 18b8f4de45d54f7ca07acd293676af222a62d392 Mon Sep 17 00:00:00 2001 From: Brian Callahan Date: Mon, 16 Mar 2015 13:47:49 +0000 Subject: Change the internal name of the newline function to deconflict with a function of the same name in term.h. This is the first step towards cleaning up mg's includes. No user-visible changes. ok florian@ --- usr.bin/mg/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mg') diff --git a/usr.bin/mg/util.c b/usr.bin/mg/util.c index 896d62324f1..01176a6eb28 100644 --- a/usr.bin/mg/util.c +++ b/usr.bin/mg/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.33 2014/03/26 22:02:06 lum Exp $ */ +/* $OpenBSD: util.c,v 1.34 2015/03/16 13:47:48 bcallah Exp $ */ /* This file is in the public domain. */ @@ -189,7 +189,7 @@ openline(int f, int n) */ /* ARGSUSED */ int -newline(int f, int n) +enewline(int f, int n) { int s; -- cgit v1.2.3