summaryrefslogtreecommitdiff
path: root/usr.bin/nc/atomicio.c
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2005-05-26 01:01:09 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2005-05-26 01:01:09 +0000
commit8a127a5b7bb534b35754f70c8bbf2cefeb57c624 (patch)
tree9ba13d256856e1413b1a611823e8ddb9b1c312e8 /usr.bin/nc/atomicio.c
parent1f908747100489d6d339342edebe1db61b1c1fbc (diff)
style nit from hshoexer@
Diffstat (limited to 'usr.bin/nc/atomicio.c')
-rw-r--r--usr.bin/nc/atomicio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nc/atomicio.c b/usr.bin/nc/atomicio.c
index 545bbeee949..dfd66328a2c 100644
--- a/usr.bin/nc/atomicio.c
+++ b/usr.bin/nc/atomicio.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: atomicio.c,v 1.7 2005/05/26 01:01:08 avsm Exp $ */
+
/*
* Copyright (c) 2005 Anil Madhavapeddy. All rights served.
* Copyright (c) 1995,1999 Theo de Raadt. All rights reserved.
@@ -22,7 +24,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- * $OpenBSD: atomicio.c,v 1.6 2005/05/24 20:13:28 avsm Exp $
*/
#include <sys/types.h>