Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Reverse Diff
Changes in
logger.c
[d27dc1e:411aa63]
in code
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
File:
1 edited
logger.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
logger.c
rd27dc1e
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