PERFORCE change 145736 for review
    Ed Schouten 
    ed at FreeBSD.org
       
    Wed Jul 23 18:08:09 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=145736
Change 145736 by ed at ed_dull on 2008/07/23 18:07:23
	<sys/ttycom.h> is now pulled in through <sys/termios.h>.
	Revert this unneeded change.
Affected files ...
.. //depot/projects/mpsafetty/sys/compat/svr4/svr4_termios.c#2 integrate
.. //depot/projects/mpsafetty/sys/compat/svr4/svr4_ttold.c#2 integrate
Differences ...
==== //depot/projects/mpsafetty/sys/compat/svr4/svr4_termios.c#2 (text+ko) ====
@@ -35,7 +35,6 @@
 #include <sys/file.h>
 #include <sys/filedesc.h>
 #include <sys/termios.h>
-#include <sys/ttycom.h>
 
 #include <sys/sysproto.h>
 
==== //depot/projects/mpsafetty/sys/compat/svr4/svr4_ttold.c#2 (text+ko) ====
@@ -38,7 +38,6 @@
 #include <sys/filedesc.h>
 #include <sys/ioctl_compat.h>
 #include <sys/termios.h>
-#include <sys/ttycom.h>
 
 #include <compat/svr4/svr4.h>
 #include <compat/svr4/svr4_util.h>
    
    
More information about the p4-projects
mailing list