diff options
Diffstat (limited to 'sbin/routed/table.c')
-rw-r--r-- | sbin/routed/table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 491c5cfa0ab15..7baea54ff10c3 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/table.c,v 1.21 2005/05/31 20:28:49 stefanf Exp $ */ #include "defs.h" @@ -34,7 +34,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/table.c,v 1.21 2005/05/31 20:28:49 stefanf Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" |