diff options
author | 2010-05-26 13:56:07 +0000 | |
---|---|---|
committer | 2010-05-26 13:56:07 +0000 | |
commit | e39620e567826900215c8229ffcd47c6f72ea788 (patch) | |
tree | 446643802afa38032569946ca4c7021e31e4d240 /usr.sbin/ypldap/ypldap_dns.c | |
parent | the addr field in read cap 16 is 8 bytes, not 4. pity, i had really big (diff) | |
download | wireguard-openbsd-e39620e567826900215c8229ffcd47c6f72ea788.tar.xz wireguard-openbsd-e39620e567826900215c8229ffcd47c6f72ea788.zip |
Rename some imsg bits to make namespace collisions less likely buf to
ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE.
ok henning gilles claudio jacekm deraadt
Diffstat (limited to 'usr.sbin/ypldap/ypldap_dns.c')
-rw-r--r-- | usr.sbin/ypldap/ypldap_dns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypldap/ypldap_dns.c b/usr.sbin/ypldap/ypldap_dns.c index 4b03e78e9f0..105160de89c 100644 --- a/usr.sbin/ypldap/ypldap_dns.c +++ b/usr.sbin/ypldap/ypldap_dns.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypldap_dns.c,v 1.3 2010/04/01 18:24:04 zinovik Exp $ */ +/* $OpenBSD: ypldap_dns.c,v 1.4 2010/05/26 13:56:08 nicm Exp $ */ /* * Copyright (c) 2003-2008 Henning Brauer <henning@openbsd.org> @@ -128,7 +128,7 @@ dns_dispatch_imsg(int fd, short event, void *p) int n, cnt; char *name; struct ypldap_addr *h, *hn; - struct buf *buf; + struct ibuf *buf; struct env *env = p; struct imsgev *iev = env->sc_iev; struct imsgbuf *ibuf = &iev->ibuf; |