summaryrefslogtreecommitdiff
path: root/atomicio.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:59:27 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:59:27 +0000
commit92a2e38f8e71b2d7b97df1f7a5ade9efaefdb184 (patch)
tree786ec0238686d2af9a1614c0dc5f1f7b4679164b /atomicio.c
parentd7f5b517d5530fe0df65b23f80eb4d11732b537e (diff)
downloadopenssh-git-92a2e38f8e71b2d7b97df1f7a5ade9efaefdb184.tar.gz
- deraadt@cvs.openbsd.org 2001/03/02 18:54:31
[atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8] make copyright lines the same format
Diffstat (limited to 'atomicio.c')
-rw-r--r--atomicio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atomicio.c b/atomicio.c
index 7985fb80..8287840a 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1995,1999 Theo de Raadt
+ * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: atomicio.c,v 1.8 2001/01/21 19:05:40 markus Exp $");
+RCSID("$OpenBSD: atomicio.c,v 1.9 2001/03/02 18:54:30 deraadt Exp $");
#include "xmalloc.h"
#include "atomicio.h"