Ignore:
Timestamp:
Apr 26, 2016, 5:15:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

cups: remove the EOF workaround, as done proper now, enable the select() hack, as needed in the admin interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified cups/trunk/scheduler/client.c

    r1358 r1556  
    21102110  if (con->filename)
    21112111  {
     2112#ifdef __OS2__
     2113    fd = open(con->filename, O_RDONLY | O_BINARY);
     2114#else
    21122115    fd = open(con->filename, O_RDONLY);
     2116#endif
    21132117
    21142118    if (fd < 0)
Note: See TracChangeset for help on using the changeset viewer.