patch-2.4.0-test9 linux/include/linux/zftape.h
Next file: linux/include/net/addrconf.h
Previous file: linux/include/linux/wait.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Sep 17 09:37:02 2000
- Orig file:
v2.4.0-test8/linux/include/linux/zftape.h
- Orig date:
Tue Nov 25 14:45:28 1997
diff -u --recursive --new-file v2.4.0-test8/linux/include/linux/zftape.h linux/include/linux/zftape.h
@@ -56,7 +56,7 @@
extern int zft_init(void);
-extern inline __s64 zft_div_blksz(__s64 value, __u32 blk_sz)
+static inline __s64 zft_div_blksz(__s64 value, __u32 blk_sz)
{
if (blk_sz == 1) {
return value;
@@ -66,7 +66,7 @@
}
}
-extern inline __s64 zft_mul_blksz(__s64 value, __u32 blk_sz)
+static inline __s64 zft_mul_blksz(__s64 value, __u32 blk_sz)
{
if (blk_sz == 1) {
return value;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)