From 11e0f1cf9e7b2c38d5cdc0f1c682461b2ffdac0d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 28 Dec 2000 10:21:29 +0000 Subject: Update. 2000-12-28 Andreas Jaeger * sunrpc/rpc_hout.c (print_funcdef): Add break statement to shut up GCC's warning about "deprecated use of label at end of compound statement." * sunrpc/rpc_cout.c (emit_inline): Likewise. * include/argp.h (_argp_unlock_xxx): Add declaration. * gmon/bb_exit_func.c: Include for internal prototypes. Remove struct bb and __bb_head since those are declared by sys/gmon.h. --- ChangeLog | 14 ++++++++++++++ include/argp.h | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index ae7af41381..96d2a13473 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-12-28 Andreas Jaeger + + * sunrpc/rpc_hout.c (print_funcdef): Add break statement to shut + up GCC's warning about "deprecated use of label at end of compound + statement." + * sunrpc/rpc_cout.c (emit_inline): Likewise. + + * include/argp.h (_argp_unlock_xxx): Add declaration. + + * gmon/bb_exit_func.c: Include for internal + prototypes. + Remove struct bb and __bb_head since those are declared by + sys/gmon.h. + 2000-12-22 Ben Collins * manual/charset.texi: Fix typo in description of WCHAR_MAX. diff --git a/include/argp.h b/include/argp.h index 92be5f90f1..68138565ca 100644 --- a/include/argp.h +++ b/include/argp.h @@ -1 +1,9 @@ +#ifndef _ARGP_H #include + +/* This hack to allow programs that know what's going on to call argp + recursively. If someday argp is changed not to use the non-reentrant + getopt interface, we can get rid of this shit. XXX */ +extern void _argp_unlock_xxx (void); + +#endif -- cgit 1.4.1