Ticket #15844: patch-various-util-src-pseudo.c.diff

File patch-various-util-src-pseudo.c.diff, 670 bytes (added by jauricchio@…, 15 years ago)

Quick hack to get it to compile

  • various/util/src/pseudo.c

    /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/cgdb/work/cgdb-0.6.4 /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/cgdb
    old new  
    331331
    332332#ifndef HAVE_CYGWIN
    333333#ifndef HAVE_LINUX /* linux does not use the streams module */
     334#ifndef __APPLE__
    334335        /*
    335336         * Push the appropriate streams modules, as described in Solaris pts(7).
    336337         * HP-UX pts(7) doesn't have ttcompat module.
     
    359360#endif
    360361#endif
    361362#endif
     363#endif
    362364
    363365#else /* HAVE_DEV_PTMX */
    364366#ifdef HAVE_DEV_PTS_AND_PTC