PERFORCE change 37365 for review

Marcel Moolenaar marcel at FreeBSD.org
Mon Sep 1 23:13:23 PDT 2003


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

Change 37365 by marcel at marcel_nfs on 2003/09/01 23:13:12

	Fix a style(9) bug in the previous commit.

Affected files ...

.. //depot/projects/uart/dev/uart/uart_bus.h#23 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart_bus.h#23 (text+ko) ====

@@ -79,7 +79,7 @@
 
 /* UART_IOCTL() requests */
 #define	UART_IOCTL_BREAK	1
-#define UART_IOCTL_RTSCTS	2
+#define	UART_IOCTL_RTSCTS	2
 #define	UART_IOCTL_XONXOFF	3
 
 /*


More information about the p4-projects mailing list