diff options
Diffstat (limited to 'src/tryutmp.c')
-rw-r--r-- | src/tryutmp.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tryutmp.c b/src/tryutmp.c new file mode 100644 index 0000000..2a25e5d --- /dev/null +++ b/src/tryutmp.c @@ -0,0 +1,7 @@ +#include <sys/types.h> +#include <utmp.h> + +int main() +{ + ; +} |