diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-22 01:55:09 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-22 01:55:09 +0000 |
commit | a88a96ce469c7230dd70d5babbb6160e57bb104e (patch) | |
tree | b978563dfc1afd61322152fca40671ad542b7725 /sbin/savecore/zopen.c | |
parent | 04e0ac7fe802772df1b18499886294eff0823fbd (diff) |
tedu@ didn't take the getcode() prototype with the getcode() implementation.
Restore gcc's equanimity by tedu@'ing the prototype.
Diffstat (limited to 'sbin/savecore/zopen.c')
-rw-r--r-- | sbin/savecore/zopen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/savecore/zopen.c b/sbin/savecore/zopen.c index 2bb98f6c54a..5f7e38cd09f 100644 --- a/sbin/savecore/zopen.c +++ b/sbin/savecore/zopen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zopen.c,v 1.3 2016/09/04 15:45:27 tedu Exp $ */ +/* $OpenBSD: zopen.c,v 1.4 2017/01/22 01:55:08 krw Exp $ */ /* $NetBSD: zopen.c,v 1.5 1995/03/26 09:44:53 glass Exp $ */ /*- @@ -178,7 +178,6 @@ struct s_zstate { static int cl_block(struct s_zstate *); static void cl_hash(struct s_zstate *, count_int); -static code_int getcode(struct s_zstate *); static int output(struct s_zstate *, code_int); /*- |