Diff for /freem/src/service.c between versions 1.3 and 1.5

version 1.3, 2025/02/25 18:55:13 version 1.5, 2025/02/28 20:51:20
Line 65 Line 65
 #include "events.h"  #include "events.h"
   
 long int tell ();  long int tell ();
 unsigned alarm ();  void ris (struct vtstyp *scr);
 void    ris ();  
   
   
 #ifdef SCO  #ifdef SCO
 int scosgr (short att, short bwflag);  int scosgr (short att, short bwflag);
Line 3368  void write_t (short int col) Line 3366  void write_t (short int col)
   
 }                                       /* end of write_t() */  }                                       /* end of write_t() */
   
 void ontimo ()  void ontimo (void)
 {                                       /* handle timeout (for read) */  {                                       /* handle timeout (for read) */
     longjmp (sjbuf, 1);      longjmp (sjbuf, 1);
 }                                       /* end of ontimo() */  }                                       /* end of ontimo() */

Removed from v.1.3  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>