From ad74e8837e85088a61f72d6b2339541bea34a47a Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 9 Aug 1994 15:15:04 +0000 Subject: Delete two redundant declarations of _exit() and exit(). Submitted by: jkh --- gnu/usr.bin/rcs/lib/conf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/rcs/lib/conf.h b/gnu/usr.bin/rcs/lib/conf.h index e5fafb8..b8f4abd 100644 --- a/gnu/usr.bin/rcs/lib/conf.h +++ b/gnu/usr.bin/rcs/lib/conf.h @@ -1,6 +1,6 @@ /* RCS compile-time configuration */ - /* $Id: conf.sh,v 5.14.0.1 1993/03/25 04:24:49 eggert Exp $ */ + /* $Id: conf.h,v 1.2 1994/08/05 22:33:44 wollman Exp $ */ /* * This file is generated automatically. @@ -465,8 +465,6 @@ void perror P((char const*)); /* */ char *getenv P((char const*)); -exiting void _exit P((int)); -exiting void exit P((int)); malloc_type malloc P((size_t)); malloc_type realloc P((malloc_type,size_t)); void free P((malloc_type)); -- cgit v1.1