diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-09 15:15:04 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-09 15:15:04 +0000 |
commit | ad74e8837e85088a61f72d6b2339541bea34a47a (patch) | |
tree | df72e59968f0d3628c096817ab90b6d15fd59e6c /gnu/usr.bin/rcs | |
parent | 4dfef8927a471f872e91db87d21de39321808275 (diff) | |
download | FreeBSD-src-ad74e8837e85088a61f72d6b2339541bea34a47a.zip FreeBSD-src-ad74e8837e85088a61f72d6b2339541bea34a47a.tar.gz |
Delete two redundant declarations of _exit() and exit().
Submitted by: jkh
Diffstat (limited to 'gnu/usr.bin/rcs')
-rw-r--r-- | gnu/usr.bin/rcs/lib/conf.h | 4 |
1 files changed, 1 insertions, 3 deletions
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*)); /* <stdlib.h> */ 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)); |