summaryrefslogtreecommitdiffstats
path: root/include/protocols
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-05-02 13:20:38 +0000
committermarkm <markm@FreeBSD.org>1999-05-02 13:20:38 +0000
commit1285616a27e509d2b86ef49474a3babbf9b58dbe (patch)
tree382a2f968ba2bc6052150556383cd5b3cc0befac /include/protocols
parentc74fc4e83b599157005f6adfcfebde46851bd0d4 (diff)
downloadFreeBSD-src-1285616a27e509d2b86ef49474a3babbf9b58dbe.zip
FreeBSD-src-1285616a27e509d2b86ef49474a3babbf9b58dbe.tar.gz
Part of routed upgrade.
Submitted by: Vernon Schryver <vjs@calcite.rhyolite.com>
Diffstat (limited to 'include/protocols')
-rw-r--r--include/protocols/routed.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/protocols/routed.h b/include/protocols/routed.h
index 5d61505..9206644 100644
--- a/include/protocols/routed.h
+++ b/include/protocols/routed.h
@@ -11,7 +11,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
+ * must display the following acknowledgment:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
@@ -32,7 +32,7 @@
*
* @(#)routed.h 8.1 (Berkeley) 6/2/93
*
- * $NetBSD$
+ * $Id$
*/
#ifndef _ROUTED_H_
@@ -40,7 +40,7 @@
#ifdef __cplusplus
extern "C" {
#endif
-/* #ident "$Revision: 1.10 $" */
+#ident "$Revision: 2.16 $"
/*
* Routing Information Protocol
@@ -134,7 +134,7 @@ struct rip {
#define RIPCMD_MAX 6
#ifdef RIPCMDS
-char *ripcmds[RIPCMD_MAX] = {
+const char *ripcmds[RIPCMD_MAX] = {
"#0", "REQUEST", "RESPONSE", "TRACEON", "TRACEOFF"
};
#endif
OpenPOWER on IntegriCloud