summaryrefslogtreecommitdiff
path: root/sbin/routed/rdisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/rdisc.c')
-rw-r--r--sbin/routed/rdisc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c
index 047b3d123047..cdbddfa46b6c 100644
--- a/sbin/routed/rdisc.c
+++ b/sbin/routed/rdisc.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/rdisc.c,v 1.11.24.1 2010/12/21 17:10:29 kensmith Exp $
*/
#include "defs.h"
@@ -37,7 +37,7 @@
#ifdef __NetBSD__
__RCSID("$NetBSD$");
#elif defined(__FreeBSD__)
-__RCSID("$FreeBSD$");
+__RCSID("$FreeBSD: src/sbin/routed/rdisc.c,v 1.11.24.1 2010/12/21 17:10:29 kensmith Exp $");
#else
__RCSID("$Revision: 2.27 $");
#ident "$Revision: 2.27 $"