summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-11 22:57:08 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-11 22:57:08 +0000
commit32544468e5db6a2635b6c0f9e261a288fe7179e9 (patch)
tree9a201bcbd941ab808e0d3d0386aa3b4713f6dac3 /tools
parentbeb9f82f12972b4f4b8830701c4d7ba02ddfbceb (diff)
downloadskalibs-32544468e5db6a2635b6c0f9e261a288fe7179e9.tar.xz
Add POSIX_SPAWN_SETSID_NP support
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/convert-leapsecs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/convert-leapsecs.c b/tools/convert-leapsecs.c
index 86019f5..95e7dda 100644
--- a/tools/convert-leapsecs.c
+++ b/tools/convert-leapsecs.c
@@ -28,7 +28,6 @@ int main (int argc, char const *const *argv)
struct tm tm ;
uint64_t tt ;
time_t t ;
- char *p ;
int r ;
char fmt[UINT64_FMT] ;
sa.len = 0 ;