tty: don't use custom kputc; this fixes tty printf()s.
[minix.git] / servers / pfs / misc.c
blobefb0245fa1a9c049989f515119c9b4d5da8a15a7
1 #include "fs.h"
2 #include <fcntl.h>
3 #include <minix/vfsif.h>
4 #include "buf.h"
5 #include "inode.h"
8 /*===========================================================================*
9 * fs_sync *
10 *===========================================================================*/
11 PUBLIC int fs_sync()
13 /* Perform the sync() system call. No-op on this FS. */
15 return(OK); /* sync() can't fail */