artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d56ca3
)
spelling; Denis Fondras
author
deraadt
<deraadt@openbsd.org>
Fri, 2 May 2014 14:12:05 +0000
(14:12 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 2 May 2014 14:12:05 +0000
(14:12 +0000)
usr.sbin/bgpd/parse.y
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpd/parse.y
b/usr.sbin/bgpd/parse.y
index
ce2241a
..
102ee66
100644
(file)
--- a/
usr.sbin/bgpd/parse.y
+++ b/
usr.sbin/bgpd/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.27
1 2014/01/22 00:21:16 henning
Exp $ */
+/* $OpenBSD: parse.y,v 1.27
2 2014/05/02 14:12:05 deraadt
Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-228,7
+228,7
@@
grammar : /* empty */
asnumber : NUMBER {
/*
- * Acc
ro
ding to iana 65535 and 4294967295 are reserved
+ * Acc
or
ding to iana 65535 and 4294967295 are reserved
* but enforcing this is not duty of the parser.
*/
if ($1 < 0 || $1 > UINT_MAX) {