summaryrefslogtreecommitdiff
path: root/sbin/routed/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/if.c')
-rw-r--r--sbin/routed/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/if.c b/sbin/routed/if.c
index f8038f6a47255..5941858fe92fc 100644
--- a/sbin/routed/if.c
+++ b/sbin/routed/if.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/if.c,v 1.15.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "defs.h"
@@ -35,7 +35,7 @@
#ifdef __NetBSD__
__RCSID("$NetBSD$");
#elif defined(__FreeBSD__)
-__RCSID("$FreeBSD$");
+__RCSID("$FreeBSD: src/sbin/routed/if.c,v 1.15.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $");
#else
__RCSID("$Revision: 2.27 $");
#ident "$Revision: 2.27 $"