PERFORCE change 145363 for review

Ed Schouten ed at FreeBSD.org
Thu Jul 17 13:36:51 UTC 2008


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

Change 145363 by ed at ed_dull on 2008/07/17 13:36:11

	Properly comment the t_softc and t_dev fields of struct tty.

Affected files ...

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

Differences ...

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

@@ -119,8 +119,8 @@
 	struct session	*t_session;	/* (t) Associated session */
 	unsigned int	t_sessioncnt;	/* (t) Backpointing sessions */
 
-	void		*t_softc;	/* Soft config, for drivers */
-	struct cdev	*t_dev;
+	void		*t_softc;	/* (c) Soft config, for drivers */
+	struct cdev	*t_dev;		/* (c) Primary character device */
 };
 
 /*


More information about the p4-projects mailing list