aboutsummaryrefslogtreecommitdiff
path: root/net/linneighborhood/files/patch-data.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/linneighborhood/files/patch-data.c')
-rw-r--r--net/linneighborhood/files/patch-data.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/linneighborhood/files/patch-data.c b/net/linneighborhood/files/patch-data.c
deleted file mode 100644
index 7138363dbe20..000000000000
--- a/net/linneighborhood/files/patch-data.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/data.c.orig Thu Apr 10 21:59:12 2003
-+++ src/data.c Thu Apr 10 22:45:59 2003
-@@ -171,6 +171,9 @@
- {
- if ( mount )
- {
-+ char *c = strchr(mount->machine, '@'); // remove user name from smb name
-+ if (c)
-+ memmove(mount->machine, c+1, strlen(c)+1);
- if ( mount_list_search_by_mountpoint(mount->mountpoint) == NULL )
- {
- mountlist = g_slist_append(mountlist, mount);