From d822a5af4c79efa44f551bb53a787cc5bb0c28ed Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 11 Jun 2024 06:11:50 +0000 Subject: [PATCH] remove kbd/ms prototypes with no matching functions --- sys/arch/macppc/macppc/conf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c index e4f01b80b3c..14e7bd95ad6 100644 --- a/sys/arch/macppc/macppc/conf.c +++ b/sys/arch/macppc/macppc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.75 2022/09/02 20:06:56 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.76 2024/06/11 06:11:50 jsg Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -79,9 +79,6 @@ int nblkdev = nitems(bdevsw); #include "pty.h" #include "zstty.h" -cdev_decl(kbd); -cdev_decl(ms); - #include "com.h" cdev_decl(com); -- 2.20.1