ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 48728b25945a864216a4e3a96a4d043363007de8
parent 6e7386edb34f5acdd5dbbee68e85b16415a3b4aa
Author: sin <sin@2f30.org>
Date:   Sat, 26 Mar 2016 19:06:18 +0000

nologin: Sort includes

Diffstat:
Mnologin.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nologin.c b/nologin.c @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ +#include <fcntl.h> #include <stdio.h> #include <unistd.h> -#include <fcntl.h> int main(void)