diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2021-04-06 22:09:57 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2021-04-06 22:09:57 +0000 |
commit | cab3492348e1df22bd0680b172857ff2c82e7c5d (patch) | |
tree | 216b983e26fa70379ef533a42d9d012d7683fd48 /usr.sbin/apmd | |
parent | 5fee0ce7c490e41ca59c3fa8b7a18cbf396245ca (diff) |
Bump APMD_VNO, for the size of struct apm_reply has changed
ok kn@
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r-- | usr.sbin/apmd/apm-proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apmd/apm-proto.h b/usr.sbin/apmd/apm-proto.h index dd8cb56991a..867d0afbd70 100644 --- a/usr.sbin/apmd/apm-proto.h +++ b/usr.sbin/apmd/apm-proto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apm-proto.h,v 1.11 2021/04/06 20:30:32 kn Exp $ */ +/* $OpenBSD: apm-proto.h,v 1.12 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); |