diff options
Diffstat (limited to 'sys/arch/loongson/dev')
-rw-r--r-- | sys/arch/loongson/dev/apm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/dev/apm.c b/sys/arch/loongson/dev/apm.c index 38fd5a8c30e..4527a1cf0e1 100644 --- a/sys/arch/loongson/dev/apm.c +++ b/sys/arch/loongson/dev/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.34 2020/02/16 23:37:23 jca Exp $ */ +/* $OpenBSD: apm.c,v 1.35 2020/02/20 16:56:51 visa Exp $ */ /*- * Copyright (c) 2001 Alexander Guy. All rights reserved. @@ -94,7 +94,7 @@ int apm_getdefaultinfo(struct apm_power_info *); int apm_suspend(int state); const struct filterops apmread_filtops = { - .f_isfd = 1, + .f_flags = FILTEROP_ISFD, .f_attach = NULL, .f_detach = filt_apmrdetach, .f_event = filt_apmread, |