diff options
author | 2004-05-04 18:51:18 +0000 | |
---|---|---|
committer | 2004-05-04 18:51:18 +0000 | |
commit | b84032600d52d0f4daf38a48896cf6b2433c0481 (patch) | |
tree | 13d479321c50529ef857b870b29556895e29651f | |
parent | from jared yanovich: (diff) | |
download | wireguard-openbsd-b84032600d52d0f4daf38a48896cf6b2433c0481.tar.xz wireguard-openbsd-b84032600d52d0f4daf38a48896cf6b2433c0481.zip |
$OpenBSD$
-rw-r--r-- | sbin/dhclient/privsep.c | 2 | ||||
-rw-r--r-- | sbin/dhclient/privsep.h | 2 |
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> * |