patch-2.4.10 linux/drivers/isdn/sc/debug.c
Next file: linux/drivers/macintosh/Makefile
Previous file: linux/drivers/isdn/pcbit/layer2.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Fri Sep 14 14:40:00 2001
- Orig file:
v2.4.9/linux/drivers/isdn/sc/debug.c
- Orig date:
Fri Nov 17 11:16:20 2000
diff -u --recursive --new-file v2.4.9/linux/drivers/isdn/sc/debug.c linux/drivers/isdn/sc/debug.c
@@ -26,8 +26,7 @@
* +1 (416) 297-6433 Facsimile
*/
#include <linux/kernel.h>
-
-inline char *strcpy(char *, const char *);
+#include <linux/string.h>
int dbg_level = 0;
static char dbg_funcname[255];
@@ -45,19 +44,6 @@
strcpy(dbg_funcname, func);
if(dbg_level)
printk("--> Entering function %s\n", dbg_funcname);
-}
-
-inline char *strcpy(char *dest, const char *src)
-{
- char *i = dest;
- char *j = (char *) src;
-
- while(*j) {
- *i = *j;
- i++; j++;
- }
- *(++i) = 0;
- return dest;
}
inline void pullphone(char *dn, char *str)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)