patch-1.3.53 linux/fs/smbfs/file.c
Next file: linux/fs/smbfs/inode.c
Previous file: linux/fs/smbfs/dir.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Tue Jan 2 14:18:43 1996
- Orig file:
v1.3.52/linux/fs/smbfs/file.c
- Orig date:
Tue Dec 26 04:45:40 1995
diff -u --recursive --new-file v1.3.52/linux/fs/smbfs/file.c linux/fs/smbfs/file.c
@@ -17,6 +17,11 @@
#include <linux/smb_fs.h>
#include <linux/malloc.h>
+static inline int min(int a, int b)
+{
+ return a<b ? a : b;
+}
+
static int
smb_fsync(struct inode *inode, struct file *file)
{
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this