summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2013-07-20 18:25:34 +0000
committerbluhm <bluhm@openbsd.org>2013-07-20 18:25:34 +0000
commit6c8997924195363052c280779bad6eef2181d4c2 (patch)
treeca8dcc45ac2cc5f14faffe295e734d1a6bb7db7f /usr.sbin/rarpd
parentarp and rarpd used an int expire_time for time calculation. Convert (diff)
downloadwireguard-openbsd-6c8997924195363052c280779bad6eef2181d4c2.tar.xz
wireguard-openbsd-6c8997924195363052c280779bad6eef2181d4c2.zip
Add missing RCS id.
Diffstat (limited to 'usr.sbin/rarpd')
-rw-r--r--usr.sbin/rarpd/arptab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rarpd/arptab.c b/usr.sbin/rarpd/arptab.c
index a6073b00507..191e958e76f 100644
--- a/usr.sbin/rarpd/arptab.c
+++ b/usr.sbin/rarpd/arptab.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: arptab.c,v 1.20 2013/07/20 18:25:34 bluhm Exp $ */
+
/*
* Copyright (c) 1984, 1993
* The Regents of the University of California. All rights reserved.