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

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