aboutsummaryrefslogtreecommitdiffstats
path: root/src/libnsss/nsss_switch_grp_get.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-08-10 17:24:04 +0000
committerLaurent Bercot <ska@appnovation.com>2021-08-10 17:24:04 +0000
commitc9a58ceb7c07774944930105ace2f042be7b5f53 (patch)
tree554a1014d8835b5d8344dc9315c0572e75e633e5 /src/libnsss/nsss_switch_grp_get.c
parenteed713a7a54262c9df8fa139db7d75112115d63f (diff)
downloadnsss-c9a58ceb7c07774944930105ace2f042be7b5f53.tar.gz
Adapt to skalibs-2.11.0.0, prepare for 0.1.0.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libnsss/nsss_switch_grp_get.c')
-rw-r--r--src/libnsss/nsss_switch_grp_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnsss/nsss_switch_grp_get.c b/src/libnsss/nsss_switch_grp_get.c
index 65da4e3..8ba52b1 100644
--- a/src/libnsss/nsss_switch_grp_get.c
+++ b/src/libnsss/nsss_switch_grp_get.c
@@ -6,7 +6,7 @@
#include <nsss/nsss-switch.h>
#include "nsss-switch-internal.h"
-int nsss_switch_grp_get (nsss_switch_t *a, struct group *gr, stralloc *sa, genalloc *ga, tain_t const *deadline, tain_t *stamp)
+int nsss_switch_grp_get (nsss_switch_t *a, struct group *gr, stralloc *sa, genalloc *ga, tain const *deadline, tain *stamp)
{
unsigned char c = NSSS_SWITCH_GRP_GET ;
if (!ipc_timed_send(buffer_fd(&a->b), (char *)&c, 1, deadline, stamp)) return 0 ;