Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/route Update also keywords.{c, h} generator in order to ...



details:   https://anonhg.NetBSD.org/src/rev/4dcdceab3e54
branches:  trunk
changeset: 754794:4dcdceab3e54
user:      kefren <kefren%NetBSD.org@localhost>
date:      Wed May 12 19:26:33 2010 +0000

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

diffstat:

 sbin/route/keywords.sh |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r bc9364facfc4 -r 4dcdceab3e54 sbin/route/keywords.sh
--- a/sbin/route/keywords.sh    Wed May 12 18:44:48 2010 +0000
+++ b/sbin/route/keywords.sh    Wed May 12 19:26:33 2010 +0000
@@ -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[];
 



Home | Main Index | Thread Index | Old Index