projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f2ced
)
can't use C comments in C comments - DUH
author
Stewart Smith
<stewart@flamingspork.com>
Fri, 11 Feb 2011 00:25:25 +0000
(11:25 +1100)
committer
Stewart Smith
<stewart@flamingspork.com>
Fri, 11 Feb 2011 00:25:25 +0000
(11:25 +1100)
ccan/daemon-with-notify/_info
patch
|
blob
|
history
diff --git
a/ccan/daemon-with-notify/_info
b/ccan/daemon-with-notify/_info
index c556920535ade95318d83c7b5d32d4c28f3aa612..701ca613c61344b753fc4a57179e87b0337bcd70 100644
(file)
--- a/
ccan/daemon-with-notify/_info
+++ b/
ccan/daemon-with-notify/_info
@@
-37,9
+37,9
@@
* } else
* usage(argv[1]);
* }
- * sleep(10); /
* do some init here */
+ * sleep(10); /
/ do some init here
* daemon_is_ready();
- * sleep(20); /
* will be done in child, detached from parent */
+ * sleep(20); /
/ will be done in child, detached from parent
* exit(0);
* }
*