summaryrefslogtreecommitdiff
path: root/audio/lash/files/patch-lashd-client_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lash/files/patch-lashd-client_event.c')
-rw-r--r--audio/lash/files/patch-lashd-client_event.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/lash/files/patch-lashd-client_event.c b/audio/lash/files/patch-lashd-client_event.c
deleted file mode 100644
index cc8e2854c728..000000000000
--- a/audio/lash/files/patch-lashd-client_event.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- lashd/client_event.c.orig 2007-09-17 19:10:14.000000000 +0200
-+++ lashd/client_event.c 2007-09-17 19:10:50.000000000 +0200
-@@ -185,6 +185,7 @@
- project_set_name(project, name);
- }
-
-+#if 0
- err = gethostname(server_name, MAXHOSTNAMELEN);
- if (err == -1) {
- fprintf(stderr,
-@@ -192,6 +193,9 @@
- __FUNCTION__, strerror(errno));
- strcpy(server_name, "localhost");
- }
-+#else
-+ strcpy(server_name, "localhost");
-+#endif
-
- server->projects = lash_list_append(server->projects, project);
-