diff options
author | Mattias Andrée <maandree@kth.se> | 2021-01-31 16:30:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-01-31 16:30:52 +0100 |
commit | f9f6f57ce960185225f3342e1a82cf7dd665b990 (patch) | |
tree | bd2c9fd0afa9caef9003ae9372db0280f3a702b4 | |
parent | Add README and m fixes to man page (diff) | |
download | asroot-f9f6f57ce960185225f3342e1a82cf7dd665b990.tar.gz asroot-f9f6f57ce960185225f3342e1a82cf7dd665b990.tar.bz2 asroot-f9f6f57ce960185225f3342e1a82cf7dd665b990.tar.xz |
m1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | asroot.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <errno.h> #include <fcntl.h> #include <pwd.h> |