Changeset 2467 for neercs/trunk/src
- Timestamp:
- Jun 20, 2008, 2:55:42 PM (15 years ago)
- Location:
- neercs/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/effects.c
r2457 r2467 318 318 319 319 ret = gethostname(buffer, sizeof(buffer)-1); 320 if (ret) { 320 if (ret) 321 { 321 322 perror("failed to look up hostname"); 322 323 ret = pam_end(pamh, PAM_ABORT); -
neercs/trunk/src/screens.c
r2455 r2467 342 342 } 343 343 344 if(nr == 0 || errno != EWOULDBLOCK) {345 344 if(nr == 0 || errno != EWOULDBLOCK) 345 { 346 346 remove_screen(screen_list, i, 0); 347 347 if(i < screen_list->prevpty) screen_list->prevpty--;
Note: See TracChangeset
for help on using the changeset viewer.