collectd.c: mark notify_systemd as static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:53:19 +0000 (11:53 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:53:19 +0000 (11:53 +0100)
Commit straight to 5.5. This function didn't exist in 5.4.

src/daemon/collectd.c

index 21bf23f..6e625bb 100644 (file)
@@ -440,7 +440,7 @@ static int notify_upstart (void)
     return 1;
 }
 
-int notify_systemd (void)
+static int notify_systemd (void)
 {
     int                  fd = -1;
     const char          *notifysocket = getenv("NOTIFY_SOCKET");