diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
commit | 82d0f92ab8b84466ae20ab919c1f9c3577b5cecb (patch) | |
tree | 776015ae6c6a386125b2d39e13b62f91b99548f8 /sub/busybox/bbsuid-header | |
download | lh-bootstrap-82d0f92ab8b84466ae20ab919c1f9c3577b5cecb.tar.xz |
Initial commit
Diffstat (limited to 'sub/busybox/bbsuid-header')
-rw-r--r-- | sub/busybox/bbsuid-header | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sub/busybox/bbsuid-header b/sub/busybox/bbsuid-header new file mode 100644 index 0000000..98af28b --- /dev/null +++ b/sub/busybox/bbsuid-header @@ -0,0 +1,9 @@ +/* ISC license. */ + +#include <skalibs/bytestr.h> +#include <skalibs/strerr2.h> +#include <skalibs/stralloc.h> +#include <skalibs/djbunix.h> + +static char const *list[] = +{ |