diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-08-09 05:16:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-08-09 05:16:16 +0000 |
commit | 64417e98d530e581f6a3f3d432182d57fe5a76c3 (patch) | |
tree | 4edf9b44c631967ff6011430ad08f6b33df84336 /usr.sbin/pppd/cbcp.c | |
parent | 8122b2be80fd8ce95da7de42c61a1f9a38f9107a (diff) |
ansi functions and prototypes
ok denis
Diffstat (limited to 'usr.sbin/pppd/cbcp.c')
-rw-r--r-- | usr.sbin/pppd/cbcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/cbcp.c b/usr.sbin/pppd/cbcp.c index 9e64cec18b8..599d8ee5b1a 100644 --- a/usr.sbin/pppd/cbcp.c +++ b/usr.sbin/pppd/cbcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cbcp.c,v 1.9 2018/07/28 22:57:27 deraadt Exp $ */ +/* $OpenBSD: cbcp.c,v 1.10 2024/08/09 05:16:13 deraadt Exp $ */ /* * cbcp - Call Back Configuration Protocol. @@ -408,7 +408,7 @@ cbcp_recvack(cbcp_state *us, char *pckt, int len) cbcp_up(us); } -extern int persist; +extern volatile sig_atomic_t persist; /* ok peer will do callback */ static void |