summaryrefslogtreecommitdiffstats
path: root/target/linux/package/switch/src/switch-core.c
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-25 14:31:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-25 14:31:42 +0000
commit8764b18cddfe084e600109cef9d58d85e7a57531 (patch)
tree3a43d97c55ab11f481846e20d229c184b614f466 /target/linux/package/switch/src/switch-core.c
parent6db467ac855d0d34bb193c19d325e521aff14b00 (diff)
fix gcc4-related bug in switch-robo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3483 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/switch/src/switch-core.c')
-rw-r--r--target/linux/package/switch/src/switch-core.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/package/switch/src/switch-core.c b/target/linux/package/switch/src/switch-core.c
index 821664637..6b59b9ba2 100644
--- a/target/linux/package/switch/src/switch-core.c
+++ b/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