diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/keywords.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/route/keywords.sh b/sbin/route/keywords.sh index 10a0ef229f4..348940ee660 100644 --- a/sbin/route/keywords.sh +++ b/sbin/route/keywords.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: keywords.sh,v 1.15 2005/03/30 07:59:52 henning Exp $ +# $OpenBSD: keywords.sh,v 1.16 2005/03/30 08:02:34 deraadt Exp $ # $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 # @@ -76,8 +76,8 @@ echo '/* $'OpenBSD'$ */ /* WARNING! This file was generated by keywords.sh */ struct keytab { - char *kt_cp; - int kt_i; + char *kt_cp; + int kt_i; }; enum { |