Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2008 18:08:09 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145736 for review
Message-ID:  <200807231808.m6NI894Z053496@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145736

Change 145736 by ed@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807231808.m6NI894Z053496>