artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1561b
)
remove kbd/ms prototypes with no matching functions
author
jsg
<jsg@openbsd.org>
Tue, 11 Jun 2024 06:11:50 +0000
(06:11 +0000)
committer
jsg
<jsg@openbsd.org>
Tue, 11 Jun 2024 06:11:50 +0000
(06:11 +0000)
sys/arch/macppc/macppc/conf.c
patch
|
blob
|
history
diff --git
a/sys/arch/macppc/macppc/conf.c
b/sys/arch/macppc/macppc/conf.c
index
e4f01b8
..
14e7bd9
100644
(file)
--- a/
sys/arch/macppc/macppc/conf.c
+++ b/
sys/arch/macppc/macppc/conf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: conf.c,v 1.7
5 2022/09/02 20:06:56 miod
Exp $ */
+/* $OpenBSD: conf.c,v 1.7
6 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);