diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-07 13:30:18 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-07 13:30:18 +0000 |
commit | d2e1fab1c1884d2b52a8d0ce7a62ca22b0612229 (patch) | |
tree | 717ea3c170726b6cc3cd52b5ce9d8c765a18e562 /usr.sbin/relayd/parse.y | |
parent | 0dd18a7d99ace8598386e9c2f2640b28fec15f9c (diff) |
add the -D option to define macros on the command line (as found in
bgpd(8), hostapd(8), ipsecctl(8), pfctl(8), ...).
Diffstat (limited to 'usr.sbin/relayd/parse.y')
-rw-r--r-- | usr.sbin/relayd/parse.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/relayd/parse.y b/usr.sbin/relayd/parse.y index 22740086ce0..9d9ea912914 100644 --- a/usr.sbin/relayd/parse.y +++ b/usr.sbin/relayd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.20 2007/01/30 10:12:06 pyr Exp $ */ +/* $OpenBSD: parse.y,v 1.21 2007/02/07 13:30:17 reyk Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -78,7 +78,6 @@ struct sym { int symset(const char *, const char *, int); char *symget(const char *); -int cmdline_symset(char *); struct address *host_v4(const char *); struct address *host_v6(const char *); |