ubase

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

commit 6b83c2ce92d583b7dd5cdb499b252c7808406858
parent 5d85bb0cfe86c81e8b5e973098491faad23e66e0
Author: sin <sin@2f30.org>
Date:   Sat, 14 Jun 2014 20:39:47 +0100

Fix missing paren

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

diff --git a/fsfreeze.c b/fsfreeze.c @@ -8,7 +8,7 @@ #include <unistd.h> #include "util.h" -#define FIFREEZE _IOWR('X', 119, int /* Freeze */ +#define FIFREEZE _IOWR('X', 119, int) /* Freeze */ #define FITHAW _IOWR('X', 120, int) /* Thaw */ static void