Changeset 2310 for coreutils


Ignore:
Timestamp:
Nov 12, 2018, 7:11:47 PM (6 years ago)
Author:
Silvan Scherrer
Message:

remove close of stdin workaround, as tickt #145 is fixed in klibc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified coreutils/trunk/src/sort.c

    r2048 r2310  
    47784778#endif
    47794779
    4780 #if defined(__OS2__) && defined(HAVE_OPENSSL_MD5)
    4781   /* Somehow OpenSSL screws stdin if it's a socket (see #145 for details).
    4782      Ignore the fclose error for now.  */
    4783   if (have_read_stdin)
    4784     fclose (stdin);
    4785 #else
    47864780  if (have_read_stdin && fclose (stdin) == EOF)
    47874781    sort_die (_("close failed"), "-");
    4788 #endif
    47894782
    47904783  return EXIT_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.