From 697979326e815e93ce301a802575bec5737ce3df Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 1 Mar 2016 11:52:47 +0100 Subject: [PATCH] collectd.c: mark notify_upstart as static Commit straight to 5.5. This function didn't exist in 5.4. --- src/daemon/collectd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/collectd.c b/src/daemon/collectd.c index ad069992..21bf23fd 100644 --- a/src/daemon/collectd.c +++ b/src/daemon/collectd.c @@ -423,7 +423,7 @@ static int pidfile_remove (void) #endif /* COLLECT_DAEMON */ #ifdef KERNEL_LINUX -int notify_upstart (void) +static int notify_upstart (void) { const char *upstart_job = getenv("UPSTART_JOB"); -- 2.30.2