diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-29 23:55:41 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-29 23:55:41 +0000 |
commit | bc03b919d846cd87667416890e498d2d72e0eaa9 (patch) | |
tree | 211b3fc856c4fd8bdd3540dc714741e1523dfe0c /usr.sbin | |
parent | 36331709a2d59cd0f8c3484f7fa6ba207cb80f06 (diff) |
order alphabetically
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hostapd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/parse.y b/usr.sbin/hostapd/parse.y index 003bde9c3c7..50552e0cf86 100644 --- a/usr.sbin/hostapd/parse.y +++ b/usr.sbin/hostapd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.8 2005/07/04 17:51:44 reyk Exp $ */ +/* $OpenBSD: parse.y,v 1.9 2005/09/29 23:55:40 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -906,8 +906,8 @@ lookup(char *token) { "mode", MODE }, { "multicast", MULTICAST }, { "no", NO }, - { "not", NOT }, { "node", NODE }, + { "not", NOT }, { "nwid", NWID }, { "open", OPEN }, { "passive", PASSIVE }, |