artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7cff24
)
Bump APMD_VNO, for the size of struct apm_reply has changed
author
jca
<jca@openbsd.org>
Tue, 6 Apr 2021 22:09:56 +0000
(22:09 +0000)
committer
jca
<jca@openbsd.org>
Tue, 6 Apr 2021 22:09:56 +0000
(22:09 +0000)
ok kn@
usr.sbin/apmd/apm-proto.h
patch
|
blob
|
history
diff --git
a/usr.sbin/apmd/apm-proto.h
b/usr.sbin/apmd/apm-proto.h
index
dd8cb56
..
867d0af
100644
(file)
--- a/
usr.sbin/apmd/apm-proto.h
+++ b/
usr.sbin/apmd/apm-proto.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: apm-proto.h,v 1.1
1 2021/04/06 20:30:32 kn Exp $
*/
+/* $OpenBSD: apm-proto.h,v 1.1
2 2021/04/06 22:09:56 jca Exp $
*/
/*
* Copyright (c) 1996 John T. Kohl
@@
-67,7
+67,7
@@
struct apm_reply {
int error;
};
-#define APMD_VNO
3
+#define APMD_VNO
4
extern const char *battstate(int state);
extern const char *ac_state(int state);