summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoravsm <>2005-05-26 01:01:08 +0000
committeravsm <>2005-05-26 01:01:08 +0000
commit14e016757417d2457255bba31893dc273c0f3fb3 (patch)
tree0aadd09c90d45e28c5729d375fa0232d9d4c4bd0 /src
parentd5075a443a7d8fea2cd2941d8373375097958808 (diff)
downloadopenbsd-14e016757417d2457255bba31893dc273c0f3fb3.tar.gz
openbsd-14e016757417d2457255bba31893dc273c0f3fb3.tar.bz2
openbsd-14e016757417d2457255bba31893dc273c0f3fb3.zip
style nit from hshoexer@
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/nc/atomicio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.bin/nc/atomicio.c b/src/usr.bin/nc/atomicio.c
index 545bbeee94..dfd66328a2 100644
--- a/src/usr.bin/nc/atomicio.c
+++ b/src/usr.bin/nc/atomicio.c
@@ -1,3 +1,5 @@
1/* $OpenBSD: atomicio.c,v 1.7 2005/05/26 01:01:08 avsm Exp $ */
2
1/* 3/*
2 * Copyright (c) 2005 Anil Madhavapeddy. All rights served. 4 * Copyright (c) 2005 Anil Madhavapeddy. All rights served.
3 * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. 5 * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved.
@@ -22,7 +24,6 @@
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 * $OpenBSD: atomicio.c,v 1.6 2005/05/24 20:13:28 avsm Exp $
26 */ 27 */
27 28
28#include <sys/types.h> 29#include <sys/types.h>