diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | atomicio.c | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -15,6 +15,9 @@ | |||
15 | [clientloop.c] | 15 | [clientloop.c] |
16 | use atomicio for flushing stdout/stderr bufs. thanks to | 16 | use atomicio for flushing stdout/stderr bufs. thanks to |
17 | jbw@izanami.cee.hw.ac.uk | 17 | jbw@izanami.cee.hw.ac.uk |
18 | - markus@cvs.openbsd.org 2001/05/08 22:48:07 | ||
19 | [atomicio.c] | ||
20 | no need for xmalloc.h, thanks to espie@ | ||
18 | - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison | 21 | - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison |
19 | <wayne@blorf.net> | 22 | <wayne@blorf.net> |
20 | - (bal) ./configure support to disable SIA on OSF1. Patch by | 23 | - (bal) ./configure support to disable SIA on OSF1. Patch by |
@@ -5379,4 +5382,4 @@ | |||
5379 | - Wrote replacements for strlcpy and mkdtemp | 5382 | - Wrote replacements for strlcpy and mkdtemp |
5380 | - Released 1.0pre1 | 5383 | - Released 1.0pre1 |
5381 | 5384 | ||
5382 | $Id: ChangeLog,v 1.1212 2001/05/09 00:01:18 mouring Exp $ | 5385 | $Id: ChangeLog,v 1.1213 2001/05/09 00:02:52 mouring Exp $ |
diff --git a/atomicio.c b/atomicio.c index 8287840a3..47161eb3a 100644 --- a/atomicio.c +++ b/atomicio.c | |||
@@ -24,9 +24,8 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | RCSID("$OpenBSD: atomicio.c,v 1.9 2001/03/02 18:54:30 deraadt Exp $"); | 27 | RCSID("$OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp $"); |
28 | 28 | ||
29 | #include "xmalloc.h" | ||
30 | #include "atomicio.h" | 29 | #include "atomicio.h" |
31 | 30 | ||
32 | /* | 31 | /* |