artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71517d2
)
zap APM_CANCEL, dead since import; OK tb
author
kn
<kn@openbsd.org>
Thu, 27 Apr 2023 10:51:27 +0000
(10:51 +0000)
committer
kn
<kn@openbsd.org>
Thu, 27 Apr 2023 10:51:27 +0000
(10:51 +0000)
usr.sbin/apmd/apmd.c
patch
|
blob
|
history
diff --git
a/usr.sbin/apmd/apmd.c
b/usr.sbin/apmd/apmd.c
index
a41a163
..
f29d5c9
100644
(file)
--- a/
usr.sbin/apmd/apmd.c
+++ b/
usr.sbin/apmd/apmd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: apmd.c,v 1.11
1 2023/03/08 04:43:13 guenther Exp $
*/
+/* $OpenBSD: apmd.c,v 1.11
2 2023/04/27 10:51:27 kn Exp $
*/
/*
* Copyright (c) 1995, 1996 John T. Kohl
@@
-584,11
+584,6
@@
main(int argc, char *argv[])
case APM_USER_HIBERNATE_REQ:
hibernates++;
break;
-#if 0
- case APM_CANCEL:
- suspends = standbys = 0;
- break;
-#endif
case APM_NORMAL_RESUME:
case APM_CRIT_RESUME:
case APM_SYS_STANDBY_RESUME: