diff options
author | 2005-04-13 19:52:02 +0000 | |
---|---|---|
committer | 2005-04-13 19:52:02 +0000 | |
commit | 663e37f5dceadaf1e5637e03020bb01e4510a71b (patch) | |
tree | 90026bfa03ee95534850a5cd580332b012380918 | |
parent | * accept the -N option to suppress logging of tags (diff) | |
download | wireguard-openbsd-663e37f5dceadaf1e5637e03020bb01e4510a71b.tar.xz wireguard-openbsd-663e37f5dceadaf1e5637e03020bb01e4510a71b.zip |
privsep i/o functions are based on atomicio, add copyright notice
-rw-r--r-- | usr.sbin/hostapd/privsep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hostapd/privsep.c b/usr.sbin/hostapd/privsep.c index aebc78382b2..55b13d7982f 100644 --- a/usr.sbin/hostapd/privsep.c +++ b/usr.sbin/hostapd/privsep.c @@ -1,7 +1,8 @@ -/* $OpenBSD: privsep.c,v 1.3 2005/04/13 19:06:11 deraadt Exp $ */ +/* $OpenBSD: privsep.c,v 1.4 2005/04/13 19:52:02 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> + * Copyright (c) 1995, 1999 Theo de Raadt * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |