Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1e13ba5b
...
1e13ba5b9a6e453f20a349fa8a095e11e230534c
authored
2005-11-02 08:39:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix typo in the comment
1 parent
8d63b478
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
comsat/comsat.c
comsat/comsat.c
View file @
1e13ba5
...
...
@@ -210,7 +210,7 @@ comsat_daemon_init (void)
extern
int
daemon
(
int
,
int
);
/* Become a daemon. Take care to close inherited fds and to hold
first three one, in, out, err. Do not do the chdir("/"). */
first three one
s
, in, out, err. Do not do the chdir("/"). */
if
(
daemon
(
1
,
0
)
<
0
)
{
perror
(
_
(
"Failed to become a daemon"
));
...
...
Please
register
or
sign in
to post a comment