Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2005 11:03:34 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79530 for review
Message-ID:  <200507041103.j64B3YSG093705@repoman.freebsd.org>

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

Change 79530 by rwatson@rwatson_paprika on 2005/07/04 11:02:55

	Remove duplicate si_cred entry due to slightly different loop-back
	of cdevsw cred work.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/sys/conf.h#13 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/sys/conf.h#13 (text+ko) ====

@@ -82,7 +82,6 @@
 	void		*si_drv1, *si_drv2;
 	struct cdevsw	*si_devsw;
 	int		si_iosize_max;	/* maximum I/O size (for physio &al) */
-	struct ucred   *si_cred; /* optional cred of creating process (e.g. pty) */
 	u_long		si_usecount;
 	u_long		si_threadcount;
 	union {



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