diff options
Diffstat (limited to 'sbin/route/keywords.h')
-rw-r--r-- | sbin/route/keywords.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/route/keywords.h b/sbin/route/keywords.h index 2455cce86bc..012bacad320 100644 --- a/sbin/route/keywords.h +++ b/sbin/route/keywords.h @@ -1,4 +1,4 @@ -/* $OpenBSD: keywords.h,v 1.19 2006/03/30 12:11:37 claudio Exp $ */ +/* $OpenBSD: keywords.h,v 1.20 2007/06/04 12:23:43 henning Exp $ */ /* WARNING! This file was generated by keywords.sh */ @@ -29,7 +29,6 @@ enum { K_IFP, K_INET, K_INET6, - K_IPX, K_JUMBO, K_LABEL, K_LINK, @@ -79,7 +78,6 @@ struct keytab keywords[] = { { "ifp", K_IFP }, { "inet", K_INET }, { "inet6", K_INET6 }, - { "ipx", K_IPX }, { "jumbo", K_JUMBO }, { "label", K_LABEL }, { "link", K_LINK }, |