From 5c1c8d60be038b33c70adbc43cdd913576fd4351 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 10 Feb 2014 15:16:53 +0000 Subject: [PATCH] su is after stat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b165c8..0cf14d2 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,8 @@ SRC = \ pivot_root.c \ ps.c \ rmmod.c \ - su.c \ stat.c \ + su.c \ swapoff.c \ swapon.c \ truncate.c \