diff options
author | sin <sin@2f30.org> | 2014-09-29 21:12:03 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-29 21:12:03 +0100 |
commit | ba8a0e6bcee95326f4b6f77a29fd6f77f3b79e36 (patch) | |
tree | 4f12d341a960eaa4f29cfd95f76f1b2f57bd457f | |
parent | 6bd7e0bac44270e3a85df3d15f5b6948d0985c58 (diff) |
Staticise fiforeset()
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |