From 09e5f10b5c044b3efb849496e30387c3a581bf1f Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Sun, 8 Jul 2012 18:02:46 +0000 Subject: apm_kqfilter() is gone ok nicm@ --- sys/arch/i386/include/apmvar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/i386') 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_ */ -- cgit v1.2.3