patch-2.4.25 linux-2.4.25/include/asm-m68k/uaccess.h
Next file: linux-2.4.25/include/asm-m68k/virtconvert.h
Previous file: linux-2.4.25/include/asm-m68k/system.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2004-02-18 05:36:32.000000000 -0800
- Orig file:
linux-2.4.24/include/asm-m68k/uaccess.h
- Orig date:
2001-10-25 13:53:55.000000000 -0700
diff -urN linux-2.4.24/include/asm-m68k/uaccess.h linux-2.4.25/include/asm-m68k/uaccess.h
@@ -13,7 +13,7 @@
/* We let the MMU do all checking */
#define access_ok(type,addr,size) 1
-extern inline int verify_area(int type, const void * addr, unsigned long size)
+static inline int verify_area(int type, const void *addr, unsigned long size)
{
return access_ok(type,addr,size)?0:-EFAULT;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)