aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/input.c
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2012-04-09 16:18:55 +0000
committerKen Smith <kensmith@FreeBSD.org>2012-04-09 16:18:55 +0000
commit039ea811636f62633b18bcadb9f5332b215f7900 (patch)
tree2b6265c3f691194eb9ff68f608c028eb43e14708 /sbin/routed/input.c
parent0724db41d65f0854fe1349e284feceb8c5c047ed (diff)
Diffstat (limited to 'sbin/routed/input.c')
-rw-r--r--sbin/routed/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/input.c b/sbin/routed/input.c
index 8f8eefc5614c..b973ac3f8d0f 100644
--- a/sbin/routed/input.c
+++ b/sbin/routed/input.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/input.c,v 1.17.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#include "defs.h"
@@ -34,7 +34,7 @@
#ifdef __NetBSD__
__RCSID("$NetBSD$");
#elif defined(__FreeBSD__)
-__RCSID("$FreeBSD$");
+__RCSID("$FreeBSD: src/sbin/routed/input.c,v 1.17.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#else
__RCSID("$Revision: 2.26 $");
#ident "$Revision: 2.26 $"