summaryrefslogtreecommitdiff
path: root/src/shutdown/hpr_shutdown.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-08-10 18:24:46 +0000
committerLaurent Bercot <ska@appnovation.com>2021-08-10 18:24:46 +0000
commit6696cee3bd309f61fc6c945ef747262a845e9267 (patch)
tree6bb1a8f54ff0a590d375aece2af01009c94d9206 /src/shutdown/hpr_shutdown.c
parent4a773dc6d9d36844501994720aca31a4f50d7d52 (diff)
downloads6-linux-init-6696cee3bd309f61fc6c945ef747262a845e9267.tar.xz
Prepare for 1.0.6.4, adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/shutdown/hpr_shutdown.c')
-rw-r--r--src/shutdown/hpr_shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/hpr_shutdown.c b/src/shutdown/hpr_shutdown.c
index 3ede92d..c5e98b1 100644
--- a/src/shutdown/hpr_shutdown.c
+++ b/src/shutdown/hpr_shutdown.c
@@ -7,7 +7,7 @@
#include "hpr.h"
-int hpr_shutdown (unsigned int what, tain_t const *when, unsigned int grace)
+int hpr_shutdown (unsigned int what, tain const *when, unsigned int grace)
{
char pack[5 + TAIN_PACK] = { "Shpr"[what] } ;
tain_pack(pack+1, when) ;