home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step03 / scm.c.diff < prev    next >
Encoding:
Text File  |  1994-08-02  |  301 b   |  16 lines

  1. *** ../dist/scm.c    Thu Dec 16 07:29:37 1993
  2. --- scm.c    Thu Dec 16 13:59:00 1993
  3. ***************
  4. *** 182,187 ****
  5. --- 182,191 ----
  6.   #endif
  7.   #include "sup.h"
  8.   
  9. + #if __STDC__
  10. + int scmerr (int, char *, ...);
  11. + #endif
  12.   #ifndef INADDR_NONE
  13.   #define    INADDR_NONE        0xffffffff        /* -1 return */
  14.   #endif
  15.