Module Name:    src
Committed By:   kefren
Date:           Wed May 12 19:26:33 UTC 2010

Modified Files:
        src/sbin/route: keywords.sh

Log Message:
Update also keywords.{c,h} generator in order to reflect latest changes.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/route/keywords.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/route/keywords.sh
diff -u src/sbin/route/keywords.sh:1.7 src/sbin/route/keywords.sh:1.8
--- src/sbin/route/keywords.sh:1.7	Sat Jul 19 01:36:47 2003
+++ src/sbin/route/keywords.sh	Wed May 12 19:26:33 2010
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: keywords.sh,v 1.7 2003/07/19 01:36:47 jrf Exp $
+# $NetBSD: keywords.sh,v 1.8 2010/05/12 19:26:33 kefren Exp $
 # @(#)keywords	8.2 (Berkeley) 3/19/94
 #
 # WARNING!  If you change this file, re-run it!
@@ -57,6 +57,10 @@
 xns
 xresolve
 flushall
+nocloned
+nocloning
+noblackhole
+noreject
 _EOF_
 
 
@@ -81,7 +85,7 @@
 /* WARNING!  This file was generated by keywords.sh  */
 
 extern struct keytab {
-	char	*kt_cp;
+	const char *kt_cp;
 	int	kt_i;
 } keywords[];
 

Reply via email to