diff --git a/gnu/usr.bin/rcs/lib/conf.h b/gnu/usr.bin/rcs/lib/conf.h index e5fafb8b49cd..b8f4abdc9962 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));