Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2008 14:43:42 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147725 for review
Message-ID:  <200808181443.m7IEhg1Z054647@repoman.freebsd.org>

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

Change 147725 by ed@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. */



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