PERFORCE change 145735 for review

Ed Schouten ed at FreeBSD.org
Wed Jul 23 18:02:04 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=145735

Change 145735 by ed at 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 },


More information about the p4-projects mailing list