Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 755ae5b
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:
2006-03-31T07:39:08Z (
19 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d783e48
Parents:
192b80a
Message:
Cut-and-paste considered harmful.
File:
1 edited
bitlbee.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
bitlbee.c
r192b80a
r755ae5b
111
111
BitlBee process. So let's only close TTY-fds. */
112
112
if( isatty( 0 ) ) close( 0 );
113
if( isatty(
0
) ) close( 1 );
114
if( isatty(
0
) ) close( 2 );
113
if( isatty(
1
) ) close( 1 );
114
if( isatty(
2
) ) close( 2 );
115
115
}
116
116
#endif
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive