summaryrefslogtreecommitdiff
path: root/sbin/routed/if.c
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
commita93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch)
tree1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /sbin/routed/if.c
parentd2d8199ea25041ce5507c36316475bb4331b66ed (diff)
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 $"