commit ba8a0e6bcee95326f4b6f77a29fd6f77f3b79e36 parent 6bd7e0bac44270e3a85df3d15f5b6948d0985c58 Author: sin <sin@2f30.org> Date: Mon, 29 Sep 2014 21:12:03 +0100 Staticise fiforeset() Diffstat:
M | ratox.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ratox.c b/ratox.c @@ -242,7 +242,7 @@ printout(const char *fmt, ...) va_end(ap); } -void +static void fiforeset(int dirfd, int *fd, struct file f) { ssize_t r;