From 6be71d158d544a55b319c79cc6916b18921fec8c Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 11 Jun 2024 01:49:17 +0000 Subject: [PATCH] remove cdev_decl(ses), none of the prototypes have matching functions --- sys/sys/conf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 93951ffafee..422cd7f5c2a 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.162 2024/06/10 04:59:15 jsg Exp $ */ +/* $OpenBSD: conf.h,v 1.163 2024/06/11 01:49:17 jsg Exp $ */ /* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */ /*- @@ -582,8 +582,6 @@ cdev_decl(ch); bdev_decl(sd); cdev_decl(sd); -cdev_decl(ses); - cdev_decl(st); bdev_decl(cd); -- 2.20.1