Diff for /freem/src/init.c between versions 1.1.1.1 and 1.2

version 1.1.1.1, 2025/01/19 02:04:04 version 1.2, 2025/01/19 04:27:45
Line 48 Line 48
 #include <time.h>  #include <time.h>
 #include <errno.h>  #include <errno.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #include <termios.h>  
   #if defined(__sun)
   # include <termio.h>
   #else
   # include <termios.h>
   #endif
   
 #include "config.h"  #include "config.h"
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.2


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