From 998ecf08c0297c3a9de3e5f925e3a42ffa2011ca Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 27 Aug 2001 14:35:06 +0000 Subject: [PATCH] (base_name): Remove decl, as system.h now declares it. --- src/rtapelib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rtapelib.c b/src/rtapelib.c index 2347266..772f208 100644 --- a/src/rtapelib.c +++ b/src/rtapelib.c @@ -1,5 +1,7 @@ /* Functions for communicating with a remote tape drive. - Copyright 1988,92,94,96,97,99,2000, 2001 Free Software Foundation, Inc. + + Copyright 1988, 1992, 1994, 1996, 1997, 1999, 2000, 2001 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -58,8 +60,6 @@ #include "rmt.h" -char *base_name PARAMS ((char const *)); - /* Exit status if exec errors. */ #define EXIT_ON_EXEC_ERROR 128 -- 2.45.2