]> git.ozlabs.org Git - ccan/commitdiff
update include to match header name conforming to CCAN standard
authorStewart Smith <stewart@flamingspork.com>
Fri, 11 Feb 2011 00:23:04 +0000 (11:23 +1100)
committerStewart Smith <stewart@flamingspork.com>
Fri, 11 Feb 2011 00:23:04 +0000 (11:23 +1100)
ccan/daemon-with-notify/_info
ccan/daemon-with-notify/daemon-with-notify.c

index 24f0cfe9c39bf0e0967e676a0bea117840eac19c..c556920535ade95318d83c7b5d32d4c28f3aa612 100644 (file)
@@ -16,7 +16,7 @@
  * failing exit code and init scripts can pick this up easily.
  *
  * Example:
  * failing exit code and init scripts can pick this up easily.
  *
  * Example:
- *     #include <ccan/daemon-with-notify/daemon.h>
+ *     #include <ccan/daemon-with-notify/daemon-with-notify.h>
  *     #include <ccan/str/str.h>
  *     #include <err.h>
  *     #include <unistd.h>
  *     #include <ccan/str/str.h>
  *     #include <err.h>
  *     #include <unistd.h>
index 625d65579499b8786d8764f3de92d3ce7696ffb0..03c6d38002a70a5bac59fb67056b04459da25b7d 100644 (file)
@@ -38,7 +38,7 @@
 #include <unistd.h>
 #include <sys/select.h>
 
 #include <unistd.h>
 #include <sys/select.h>
 
-#include <ccan/daemon-with-notify/daemon.h>
+#include <ccan/daemon-with-notify/daemon-with-notify.h>
 
 void sigusr1_handler(int sig);
 
 
 void sigusr1_handler(int sig);