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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c
index 0cdbc7cab3529..7724274d42297 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.10 2004/04/09 19:58:37 markm Exp $
*/
#include "defs.h"
@@ -37,12 +37,12 @@
#ifdef __NetBSD__
__RCSID("$NetBSD$");
#elif defined(__FreeBSD__)
-__RCSID("$FreeBSD$");
+__RCSID("$FreeBSD: src/sbin/routed/rdisc.c,v 1.10 2004/04/09 19:58:37 markm Exp $");
#else
__RCSID("$Revision: 2.27 $");
#ident "$Revision: 2.27 $"
#endif
-#ident "$FreeBSD$"
+#ident "$FreeBSD: src/sbin/routed/rdisc.c,v 1.10 2004/04/09 19:58:37 markm Exp $"
/* router advertisement ICMP packet */
struct icmp_ad {