diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-04 01:53:11 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-08-04 01:53:11 +0000 |
| commit | 0f4be56abd8fc87e1c68f652f56051c6779db4e1 (patch) | |
| tree | 5fbaa381c576a446ab29f7f273b85fc3b693df98 /src/repo/s6-rc-repo-init.c | |
| parent | 78977a1a98d2154e42eab788d6420b3c52464413 (diff) | |
| download | s6-rc-0f4be56abd8fc87e1c68f652f56051c6779db4e1.tar.gz | |
First fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/repo/s6-rc-repo-init.c')
| -rw-r--r-- | src/repo/s6-rc-repo-init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/repo/s6-rc-repo-init.c b/src/repo/s6-rc-repo-init.c index 7cc1c70..06ba632 100644 --- a/src/repo/s6-rc-repo-init.c +++ b/src/repo/s6-rc-repo-init.c @@ -12,6 +12,7 @@ #include <skalibs/stat.h> #include <skalibs/posixplz.h> #include <skalibs/gol.h> +#include <skalibs/tai.h> #include <skalibs/prog.h> #include <skalibs/strerr.h> #include <skalibs/djbunix.h> @@ -76,7 +77,7 @@ int main (int argc, char const *const *argv) if (argv[i][0] != '/') strerr_dief2x(100, argv[i], " is not an absolute path") ; if (!argc) strerr_warnw1x("no source directories given, creating an empty repository") ; - + tain_now_g() ; repolen = strlen(repo) ; char repotmp[repolen + 12] ; char tmp[repolen + 21] ; |
