Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Reverse Diff
Changes in
logger.c
[411aa63:d27dc1e]
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
r411aa63
rd27dc1e
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
126
121
event_init();
127
122
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive