artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12546f
)
gc unused variable
author
florian
<florian@openbsd.org>
Sun, 2 Jun 2024 17:26:54 +0000
(17:26 +0000)
committer
florian
<florian@openbsd.org>
Sun, 2 Jun 2024 17:26:54 +0000
(17:26 +0000)
pointed out by jsg
sbin/dhcp6leased/parse.y
patch
|
blob
|
history
diff --git
a/sbin/dhcp6leased/parse.y
b/sbin/dhcp6leased/parse.y
index
08943ef
..
2ed076a
100644
(file)
--- a/
sbin/dhcp6leased/parse.y
+++ b/
sbin/dhcp6leased/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.
2 2024/06/02 13:35:52
florian Exp $ */
+/* $OpenBSD: parse.y,v 1.
3 2024/06/02 17:26:54
florian Exp $ */
/*
* Copyright (c) 2018, 2024 Florian Obser <florian@openbsd.org>
@@
-609,7
+609,6
@@
popfile(void)
struct dhcp6leased_conf *
parse_config(const char *filename)
{
- extern const char default_conffile[];
struct sym *sym, *next;
struct iface_conf *iface;
struct iface_ia_conf *ia_conf;