diff options
author | 2013-04-01 15:49:54 +0000 | |
---|---|---|
committer | 2013-04-01 15:49:54 +0000 | |
commit | 43f9b9884eaec506014e68ec4f0b7b0064120d27 (patch) | |
tree | db3012a77d975b045b6626902b5d9673320f7a05 /lib/libc/asr/res_send_async.c | |
parent | Rename sr_crypto_rw2() to sr_crypto_dev_rw(), which actually reflects the (diff) | |
download | wireguard-openbsd-43f9b9884eaec506014e68ec4f0b7b0064120d27.tar.xz wireguard-openbsd-43f9b9884eaec506014e68ec4f0b7b0064120d27.zip |
space cleanup; ok eric
Diffstat (limited to 'lib/libc/asr/res_send_async.c')
-rw-r--r-- | lib/libc/asr/res_send_async.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/asr/res_send_async.c b/lib/libc/asr/res_send_async.c index 21646c34d3f..7d85f51ad3f 100644 --- a/lib/libc/asr/res_send_async.c +++ b/lib/libc/asr/res_send_async.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_send_async.c,v 1.9 2013/04/01 07:52:06 eric Exp $ */ +/* $OpenBSD: res_send_async.c,v 1.10 2013/04/01 15:49:54 deraadt Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -78,7 +78,7 @@ res_send_async(const unsigned char *buf, int buflen, unsigned char *ans, } as->as.dns.flags |= ASYNC_EXTOBUF; - as->as.dns.obuf = (unsigned char*)buf; + as->as.dns.obuf = (unsigned char *)buf; as->as.dns.obuflen = buflen; as->as.dns.obufsize = buflen; |