diff options
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r-- | sbin/ipsecctl/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/parse.y b/sbin/ipsecctl/parse.y index e66f1ca1b8f..69fed2fa5c0 100644 --- a/sbin/ipsecctl/parse.y +++ b/sbin/ipsecctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.62 2006/04/19 17:28:28 hshoexer Exp $ */ +/* $OpenBSD: parse.y,v 1.63 2006/04/20 09:03:23 hshoexer Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -709,7 +709,7 @@ int yyerror(const char *fmt, ...) { va_list ap; - extern char *infile; + extern const char *infile; errors = 1; va_start(ap, fmt); |