From 9d4b22aaa748bc282a3b461fec9589391a266672 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 11 Jun 2024 06:11:51 +0000 Subject: remove kbd/ms prototypes with no matching functions --- sys/arch/macppc/macppc/conf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch') 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); -- cgit v1.2.3