[gforth] / gforth / Attic / strsignal.c  

gforth: gforth/Attic/strsignal.c

Diff for /gforth/Attic/strsignal.c between version 1.1 and 1.2

version 1.1, Mon Oct 16 18:33:12 1995 UTC version 1.2, Thu Oct 26 22:48:42 1995 UTC
Line 4 
Line 4 
 {  {
   /* !! use sys_siglist; how do I find out how many sigs there are? */    /* !! use sys_siglist; how do I find out how many sigs there are? */
   static char errbuf[50];    static char errbuf[50];
   sprintf(errbuf,"siganl %d",sig);    sprintf(errbuf,"signal %d",sig);
   return errbuf;    return errbuf;
 }  }


Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help