diff options
author | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
commit | 0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch) | |
tree | 151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /dpid/main.c | |
parent | 6deac7761c79417469c515268ba010a5f1fd60fb (diff) |
- s/todo:/TODO:/g
Diffstat (limited to 'dpid/main.c')
-rw-r--r-- | dpid/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dpid/main.c b/dpid/main.c index aad1af90..b47ca627 100644 --- a/dpid/main.c +++ b/dpid/main.c @@ -230,12 +230,12 @@ int main(void) dpi_attr_list = NULL; services_list = NULL; //daemon(0,0); /* Use 0,1 for feedback */ - /* todo: call setsid() ?? */ + /* TODO: call setsid() ?? */ /* Allow read and write access, but only for the user. - * todo: can this cause trouble with umount? */ + * TODO: can this cause trouble with umount? */ umask(0077); - /* todo: make dpid work on any directory. */ + /* TODO: make dpid work on any directory. */ // chdir("/"); /* close inherited file descriptors */ |