diff options
author | 2001-05-08 22:48:07 +0000 | |
---|---|---|
committer | 2001-05-08 22:48:07 +0000 | |
commit | b0a33ff959e0fd982542f96d0ca1d712d13327aa (patch) | |
tree | 3cefbb6522f23c562206abfc05359d1c8996067a /usr.bin/ssh | |
parent | add more display variables (for screen burner). (diff) | |
download | wireguard-openbsd-b0a33ff959e0fd982542f96d0ca1d712d13327aa.tar.xz wireguard-openbsd-b0a33ff959e0fd982542f96d0ca1d712d13327aa.zip |
no need for xmalloc.h, thanks to espie@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/atomicio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/atomicio.c b/usr.bin/ssh/atomicio.c index 8e17b581c68..fd7d5081898 100644 --- a/usr.bin/ssh/atomicio.c +++ b/usr.bin/ssh/atomicio.c @@ -24,9 +24,8 @@ */ #include "includes.h" -RCSID("$OpenBSD: atomicio.c,v 1.9 2001/03/02 18:54:30 deraadt Exp $"); +RCSID("$OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp $"); -#include "xmalloc.h" #include "atomicio.h" /* |