From 843239cc329250ab93d1ab56ed8cefecb214dea8 Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Tue, 3 Jul 2007 00:56:24 +0000 Subject: Rename rcs_diffreg() to diffreg(). OK joris@ --- usr.bin/rcs/rcsdiff.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/rcs/rcsdiff.c') diff --git a/usr.bin/rcs/rcsdiff.c b/usr.bin/rcs/rcsdiff.c index 403b9a3fe2d..78239f8f336 100644 --- a/usr.bin/rcs/rcsdiff.c +++ b/usr.bin/rcs/rcsdiff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsdiff.c,v 1.74 2007/06/30 08:23:49 xsa Exp $ */ +/* $OpenBSD: rcsdiff.c,v 1.75 2007/07/03 00:56:23 ray Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -349,7 +349,7 @@ rcsdiff_file(RCSFILE *file, RCSNUM *rev, const char *filename, int dflags) if (utimes(path2, (const struct timeval *)&tv2) < 0) warn("utimes"); - ret = rcs_diffreg(path1, path2, NULL, dflags); + ret = diffreg(path1, path2, NULL, dflags); out: if (fd != -1) @@ -430,7 +430,7 @@ rcsdiff_rev(RCSFILE *file, RCSNUM *rev1, RCSNUM *rev2, int dflags) if (utimes(path2, (const struct timeval *)&tv2) < 0) warn("utimes"); - ret = rcs_diffreg(path1, path2, NULL, dflags); + ret = diffreg(path1, path2, NULL, dflags); out: if (b1 != NULL) -- cgit v1.2.3