summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-05-04 18:51:18 +0000
committerhenning <henning@openbsd.org>2004-05-04 18:51:18 +0000
commitb84032600d52d0f4daf38a48896cf6b2433c0481 (patch)
tree13d479321c50529ef857b870b29556895e29651f
parentfrom jared yanovich: (diff)
downloadwireguard-openbsd-b84032600d52d0f4daf38a48896cf6b2433c0481.tar.xz
wireguard-openbsd-b84032600d52d0f4daf38a48896cf6b2433c0481.zip
$OpenBSD$
-rw-r--r--sbin/dhclient/privsep.c2
-rw-r--r--sbin/dhclient/privsep.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sbin/dhclient/privsep.c b/sbin/dhclient/privsep.c
index 66c93318873..5bf83666421 100644
--- a/sbin/dhclient/privsep.c
+++ b/sbin/dhclient/privsep.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: privsep.c,v 1.4 2004/05/04 18:51:18 henning Exp $ */
+
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
*
diff --git a/sbin/dhclient/privsep.h b/sbin/dhclient/privsep.h
index 5a2f0fae0e7..f30284eeefe 100644
--- a/sbin/dhclient/privsep.h
+++ b/sbin/dhclient/privsep.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: privsep.h,v 1.2 2004/05/04 18:51:18 henning Exp $ */
+
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
*