diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-25 14:31:42 +0000 |
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-25 14:31:42 +0000 |
| commit | 4f9bb9718c70edf24b946a859b02b7bf83d3d5a9 (patch) | |
| tree | 879d12467ea241efc3b330216b61f75323c2d424 /openwrt/target/linux/package/switch/src/switch-core.c | |
| parent | 603ef842814d6e4b916c1e6e2222480592f930a6 (diff) | |
fix gcc4-related bug in switch-robo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3483 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/switch/src/switch-core.c')
| -rw-r--r-- | openwrt/target/linux/package/switch/src/switch-core.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openwrt/target/linux/package/switch/src/switch-core.c b/openwrt/target/linux/package/switch/src/switch-core.c index 821664637..6b59b9ba2 100644 --- a/openwrt/target/linux/package/switch/src/switch-core.c +++ b/openwrt/target/linux/package/switch/src/switch-core.c @@ -68,13 +68,6 @@ static struct file_operations switch_proc_fops = { write: switch_proc_write }; -static inline char *strdup(char *str) -{ - char *new = kmalloc(strlen(str) + 1, GFP_KERNEL); - strcpy(new, str); - return new; -} - static ssize_t switch_proc_read(struct file *file, char *buf, size_t count, loff_t *ppos) { #ifdef LINUX_2_4 |
