From 9e6de65c57eddc3790badaad3b9481aaaed18e03 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 23 Sep 1999 21:58:03 +0000 Subject: [PATCH] removed an extraneous character at the start of the file --- lib/dns/rbt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c index ac90a694fe..2975a042d4 100644 --- a/lib/dns/rbt.c +++ b/lib/dns/rbt.c @@ -1,4 +1,4 @@ -R/* +/* * Copyright (C) 1999 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ R/* * SOFTWARE. */ -/* $Id: rbt.c,v 1.56 1999/09/23 17:53:03 tale Exp $ */ +/* $Id: rbt.c,v 1.57 1999/09/23 21:58:03 bwelling Exp $ */ /* Principal Authors: DCL */