diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hostatectl/parser.c | 3 | ||||
-rw-r--r-- | usr.sbin/hoststatectl/parser.c | 3 | ||||
-rw-r--r-- | usr.sbin/relayctl/parser.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/usr.sbin/hostatectl/parser.c b/usr.sbin/hostatectl/parser.c index 52ccd7daafd..2f535990ed9 100644 --- a/usr.sbin/hostatectl/parser.c +++ b/usr.sbin/hostatectl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.2 2006/12/16 12:47:18 reyk Exp $ */ +/* $OpenBSD: parser.c,v 1.3 2006/12/16 17:53:03 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -53,7 +53,6 @@ struct token { }; static const struct token t_main[]; -static const struct token t_show[]; static const struct token t_service[]; static const struct token t_table[]; static const struct token t_host[]; diff --git a/usr.sbin/hoststatectl/parser.c b/usr.sbin/hoststatectl/parser.c index 52ccd7daafd..2f535990ed9 100644 --- a/usr.sbin/hoststatectl/parser.c +++ b/usr.sbin/hoststatectl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.2 2006/12/16 12:47:18 reyk Exp $ */ +/* $OpenBSD: parser.c,v 1.3 2006/12/16 17:53:03 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -53,7 +53,6 @@ struct token { }; static const struct token t_main[]; -static const struct token t_show[]; static const struct token t_service[]; static const struct token t_table[]; static const struct token t_host[]; diff --git a/usr.sbin/relayctl/parser.c b/usr.sbin/relayctl/parser.c index 52ccd7daafd..2f535990ed9 100644 --- a/usr.sbin/relayctl/parser.c +++ b/usr.sbin/relayctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.2 2006/12/16 12:47:18 reyk Exp $ */ +/* $OpenBSD: parser.c,v 1.3 2006/12/16 17:53:03 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -53,7 +53,6 @@ struct token { }; static const struct token t_main[]; -static const struct token t_show[]; static const struct token t_service[]; static const struct token t_table[]; static const struct token t_host[]; |