PennMUSH Community

Changeset 1204

Show
Ignore:
Timestamp:
01/20/08 21:01:45 (7 months ago)
Author:
shawnw
Message:

#7537: Infinite loop in io error on logging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/src/wait.c

    r1167 r1204  
    162162  ret = fcntl(fileno(f), F_SETLKW, &lock); 
    163163  if (ret < 0) 
    164     penn_perror("fcntl"); 
     164    perror("fcntl"); 
    165165 
    166166  return ret;