diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-06-14 12:50:27 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-06-14 12:50:27 +0000 |
| commit | 0d4e5d3e893e2609bbcbc1ee7bf3d215d3e08477 (patch) | |
| tree | 9072e0b30387dfefda83c135b3847848bc1ca535 /include | |
| parent | 5f17ae29ef8ba7d73427ebe46d30bc2608179333 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/protocols/routed.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/protocols/routed.h b/include/protocols/routed.h index 5d615052c634..e41a0ae339a0 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$ + * $FreeBSD$ */ #ifndef _ROUTED_H_ @@ -40,7 +40,6 @@ #ifdef __cplusplus extern "C" { #endif -/* #ident "$Revision: 1.10 $" */ /* * Routing Information Protocol @@ -134,7 +133,7 @@ struct rip { #define RIPCMD_MAX 6 #ifdef RIPCMDS -char *ripcmds[RIPCMD_MAX] = { +const char *ripcmds[RIPCMD_MAX] = { "#0", "REQUEST", "RESPONSE", "TRACEON", "TRACEOFF" }; #endif |
