PERFORCE change 147725 for review

Ed Schouten ed at FreeBSD.org
Mon Aug 18 14:43:43 UTC 2008


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

Change 147725 by ed at ed_dull on 2008/08/18 14:43:04

	Small consistency fix: use a tab instead of a space before the
	function name.

Affected files ...

.. //depot/projects/mpsafetty/sys/sys/tty.h#12 edit

Differences ...

==== //depot/projects/mpsafetty/sys/sys/tty.h#12 (text+ko) ====

@@ -186,7 +186,7 @@
 void	tty_info(struct tty *);
 
 /* Pseudo-terminal hooks. */
-int pts_alloc_external(int, struct thread *, struct file *,
+int	pts_alloc_external(int, struct thread *, struct file *,
     struct cdev *, const char *);
 
 /* Drivers and line disciplines also need to call these. */


More information about the p4-projects mailing list