summaryrefslogtreecommitdiff
path: root/sbin/routed/input.c
diff options
context:
space:
mode:
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 f655346bfcad4..e29ef0bdabacc 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.14.10.1 2010/02/10 00:26:20 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.14.10.1 2010/02/10 00:26:20 kensmith Exp $");
#else
__RCSID("$Revision: 2.26 $");
#ident "$Revision: 2.26 $"