From 8764b18cddfe084e600109cef9d58d85e7a57531 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 25 Mar 2006 14:31:42 +0000 Subject: fix gcc4-related bug in switch-robo git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3483 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/switch/src/switch-core.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'target/linux/package/switch/src/switch-core.c') 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 -- cgit v1.2.3