diff options
author | Minsoo Choo <minsoochoo0122@proton.me> | 2024-02-04 01:07:18 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2024-02-04 01:08:59 +0000 |
commit | 6bd60e15b1484c6a3f5a87469e42a8e6ad9ab733 (patch) | |
tree | 283fcf0208cfa42fdfcc8676720c0e5d6c5ec4d8 /lib | |
parent | 1e75e61d5c2c34ddaf7bfbdba02e00670f9bf231 (diff) | |
download | src-6bd60e15b1484c6a3f5a87469e42a8e6ad9ab733.tar.gz src-6bd60e15b1484c6a3f5a87469e42a8e6ad9ab733.zip |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/yp/yplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/yp/yplib.c b/lib/libc/yp/yplib.c index d222200ed728..95ed526b2e75 100644 --- a/lib/libc/yp/yplib.c +++ b/lib/libc/yp/yplib.c @@ -91,7 +91,7 @@ struct dom_binding { bool_t xdr_ypresp_all_seq(XDR *xdrs, u_long *objp); -int (*ypresp_allfn)(); +int (*ypresp_allfn)(unsigned long, char *, int, char *, int, void *); void *ypresp_data; static void _yp_unbind(struct dom_binding *); |