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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-02
|
301 b
|
16 lines
*** ../dist/scm.c Thu Dec 16 07:29:37 1993
--- scm.c Thu Dec 16 13:59:00 1993
***************
*** 182,187 ****
--- 182,191 ----
#endif
#include "sup.h"
+ #if __STDC__
+ int scmerr (int, char *, ...);
+ #endif
+
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff /* -1 return */
#endif