From 70f8daa112ff9b91b74d79912d8864d5deab6987 Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 1 Sep 2022 05:31:49 +0000 Subject: [PATCH] remove sb_lock() prototype; removed in uipc_socket2.c 1.64 --- sys/sys/socketvar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index eb9721b5527..d21e9798325 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: socketvar.h,v 1.108 2022/08/21 16:22:18 mvs Exp $ */ +/* $OpenBSD: socketvar.h,v 1.109 2022/09/01 05:31:49 jsg Exp $ */ /* $NetBSD: socketvar.h,v 1.18 1996/02/09 18:25:38 christos Exp $ */ /*- @@ -311,7 +311,6 @@ int sbcheckreserve(u_long, u_long); int sbchecklowmem(void); int sbreserve(struct socket *, struct sockbuf *, u_long); int sbwait(struct socket *, struct sockbuf *); -int sb_lock(struct sockbuf *); void soinit(void); void soabort(struct socket *); int soaccept(struct socket *, struct mbuf *); -- 2.20.1