Difference for arch/linux/serial.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
   //added 06/09/99 Matt Mueller - fix nonetwork compile
   #ifdef NETWORK
   //end addition -MM
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/stat.h>  #include <sys/stat.h>
Line 208
 
Line 211
  return i;   return i;
 }  }
   
   //added 06/09/99 Matt Mueller - fix nonetwork compile
   #endif
   //end addition -MM

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2