Blame SOURCES/nfs-utils-1.3.0-daemon_init-warning.patch

e19a30
commit 19e6ba690c7e9674dae006cfce89f638c8d8edab
e19a30
Author: Steve Dickson <steved@redhat.com>
e19a30
Date:   Wed Nov 4 16:25:28 2015 -0500
e19a30
e19a30
    mydaemon.c: Removed a warning
e19a30
    
e19a30
    Commit 273b4647 introduced the following warning:
e19a30
        mydaemon.c:125:2: warning: implicit declaration of function 'closelog'
e19a30
        [-Wimplicit-function-declaration]
e19a30
    
e19a30
    Signed-off-by: Steve Dickson <steved@redhat.com>
e19a30
e19a30
diff --git a/support/nfs/mydaemon.c b/support/nfs/mydaemon.c
e19a30
index 701cfd9..343e80b 100644
e19a30
--- a/support/nfs/mydaemon.c
e19a30
+++ b/support/nfs/mydaemon.c
e19a30
@@ -49,6 +49,7 @@
e19a30
 #include <stdbool.h>
e19a30
 #include <stdlib.h>
e19a30
 #include <string.h>
e19a30
+#include <syslog.h>
e19a30
 #include <xlog.h>
e19a30
 
e19a30
 #include "nfslib.h"