patch-1.3.53 linux/fs/smbfs/proc.c
Next file: linux/include/asm-i386/bugs.h
Previous file: linux/fs/smbfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Tue Jan 2 14:18:44 1996
- Orig file:
v1.3.52/linux/fs/smbfs/proc.c
- Orig date:
Mon Dec 11 15:42:04 1995
diff -u --recursive --new-file v1.3.52/linux/fs/smbfs/proc.c linux/fs/smbfs/proc.c
@@ -32,6 +32,11 @@
void smb_printerr(int class, int num);
static int smb_request_ok(struct smb_server *s, int command, int wct, int bcc);
+static inline int min(int a, int b)
+{
+ return a<b ? a : b;
+}
+
/*****************************************************************************/
/* */
/* Encoding/Decoding section */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this