summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-07-08 18:02:46 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-07-08 18:02:46 +0000
commit09e5f10b5c044b3efb849496e30387c3a581bf1f (patch)
treed2ab959ff3784aec9b79e2539a8f9f38eb6b8d8f /sys
parent73a6f1ddfc316057a7a1754e37b4755bb3f9c44f (diff)
apm_kqfilter() is gone
ok nicm@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/include/apmvar.h3
-rw-r--r--sys/arch/i386/include/apmvar.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/apmvar.h b/sys/arch/amd64/include/apmvar.h
index c4bf82d8ec1..13aa50eb6f6 100644
--- a/sys/arch/amd64/include/apmvar.h
+++ b/sys/arch/amd64/include/apmvar.h
@@ -1,5 +1,5 @@
/* XXX - DSR */
-/* $OpenBSD: apmvar.h,v 1.4 2012/03/26 16:21:34 deraadt Exp $ */
+/* $OpenBSD: apmvar.h,v 1.5 2012/07/08 18:02:45 guenther Exp $ */
/*
* Copyright (c) 1995 John T. Kohl
@@ -297,7 +297,6 @@ extern void apm_cpu_busy(void);
extern void apm_cpu_idle(void);
extern void apminit(void);
int apm_set_powstate(u_int devid, u_int powstate);
-int apm_kqfilter(dev_t dev, struct knote *kn);
#endif /* _KERNEL */
#endif /* _MACHINE_APMVAR_H_ */
diff --git a/sys/arch/i386/include/apmvar.h b/sys/arch/i386/include/apmvar.h
index 9b7a1454b07..522016ea777 100644
--- a/sys/arch/i386/include/apmvar.h
+++ b/sys/arch/i386/include/apmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: apmvar.h,v 1.18 2012/03/26 16:21:34 deraadt Exp $ */
+/* $OpenBSD: apmvar.h,v 1.19 2012/07/08 18:02:45 guenther Exp $ */
/*
* Copyright (c) 1995 John T. Kohl
@@ -297,7 +297,6 @@ extern void apm_cpu_busy(void);
extern void apm_cpu_idle(void);
extern void apminit(void);
int apm_set_powstate(u_int devid, u_int powstate);
-int apm_kqfilter(dev_t dev, struct knote *kn);
#endif /* _KERNEL */
#endif /* _MACHINE_APMVAR_H_ */