diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-13 19:52:03 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-13 19:52:03 +0000 |
commit | 3010d1223e5da04c21a2e61495c773db9571f3bd (patch) | |
tree | d6c9e9c2afdce8253ac3669789ded74ca625ba1c /usr.sbin | |
parent | d159849a7089054853d89d044ed52cde53ec1e0e (diff) |
privsep i/o functions are based on atomicio, add copyright notice
Diffstat (limited to 'usr.sbin')
-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 |