1 --- server/gam_subscription.c.orig	2011-09-17 11:17:22.000000000 +0200
2 +++ server/gam_subscription.c	2011-09-17 11:17:44.000000000 +0200
3 @@ -141,7 +141,7 @@ gam_subscription_pathlen(GamSubscription
4   * @param sub the GamSubscription
5   * @returns The path being monitored.  It should not be freed.
6   */
7 -G_CONST_RETURN char *
8 +const char *
9  gam_subscription_get_path(GamSubscription * sub)
10  {
11      if (sub == NULL)
12