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

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

Change 145735 by ed@ed_dull on 2008/07/23 18:01:15

	It seems I was a little bit too agressive when IFC'ing.
	Restore `struct speedtab'.

Affected files ...

.. //depot/projects/mpsafetty/sys/compat/linux/linux_ioctl.c#3 edit

Differences ...

==== //depot/projects/mpsafetty/sys/compat/linux/linux_ioctl.c#3 (text+ko) ====

@@ -294,6 +294,11 @@
 	unsigned short ws_xpixel, ws_ypixel;
 };
 
+struct speedtab {
+	int sp_speed;			/* Speed. */
+	int sp_code;			/* Code. */
+};
+
 static struct speedtab sptab[] = {
 	{ B0, LINUX_B0 }, { B50, LINUX_B50 },
 	{ B75, LINUX_B75 }, { B110, LINUX_B110 },



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