Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
411aa63
in code for
logger.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Sep 21, 2016, 7:37:26 PM (
9 years
ago)
Author:
Tim Kuijsten <tim@…>
Branches:
master
Children:
6f076e7
Parents:
67f3e60
git-author:
Tim Kuijsten <tim@…> (09/21/16 17:32:01)
git-committer:
Tim Kuijsten <tim@…> (09/21/16 19:37:26)
Message:
pledge icbd and it's logger process
File:
1 edited
logger.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
logger.c
r67f3e60
r411aa63
119
119
}
120
120
121
if (pledge("stdio cpath wpath", NULL) == -1) {
122
syslog(LOG_ERR, "%s: pledge", __func__);
123
exit(EX_NOPERM);
124
}
125
121
126
event_init();
122
127
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive