diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/convert-leapsecs.c | 1 | ||||
-rwxr-xr-x | tools/gen-types.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/convert-leapsecs.c b/tools/convert-leapsecs.c index 78e0f73..86019f5 100644 --- a/tools/convert-leapsecs.c +++ b/tools/convert-leapsecs.c @@ -2,6 +2,7 @@ #include <sys/types.h> #include <time.h> + #include <skalibs/uint64.h> #include <skalibs/buffer.h> #include <skalibs/strerr2.h> diff --git a/tools/gen-types.sh b/tools/gen-types.sh index 62d29e2..5dd408f 100755 --- a/tools/gen-types.sh +++ b/tools/gen-types.sh @@ -16,7 +16,7 @@ for i in short int long ; do tools/gen-types-internal.sh $i $I $bits < src/headers/signed-template done -for i in "$@" ; do +for i ; do un=un I=$(echo "$i" | tr a-z A-Z) bits=$(getbits "$sysdeps" $i) |