diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-11 22:57:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-11 22:57:08 +0000 |
commit | 32544468e5db6a2635b6c0f9e261a288fe7179e9 (patch) | |
tree | 9a201bcbd941ab808e0d3d0386aa3b4713f6dac3 /tools/convert-leapsecs.c | |
parent | beb9f82f12972b4f4b8830701c4d7ba02ddfbceb (diff) | |
download | skalibs-32544468e5db6a2635b6c0f9e261a288fe7179e9.tar.xz |
Add POSIX_SPAWN_SETSID_NP support
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/convert-leapsecs.c')
-rw-r--r-- | tools/convert-leapsecs.c | 1 |
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 ; |