Changeset 252 for trunk/src/sh_utmp.c
- Timestamp:
- Oct 12, 2009, 10:40:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_utmp.c
r170 r252 283 283 if (sh_utmpfile != NULL) 284 284 { 285 (void) fclose (sh_utmpfile);285 (void) sl_fclose (FIL__, __LINE__, sh_utmpfile); 286 286 sh_utmpfile = NULL; 287 287 } … … 341 341 SL_ENTER(_("sh_utmp_endutent")); 342 342 if (NULL != sh_utmpfile) 343 (void) fclose(sh_utmpfile);343 (void) sl_fclose(FIL__, __LINE__, sh_utmpfile); 344 344 sh_utmpfile = NULL; 345 345 SL_RET0(_("sh_utmp_endutent"));
Note:
See TracChangeset
for help on using the changeset viewer.