Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2010 14:12:12 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 173952 for review
Message-ID:  <201001301412.o0UECC3w060297@repoman.freebsd.org>

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

Change 173952 by rwatson@rwatson_vimage_client on 2010/01/30 14:11:25

	Revert whitespace-only change from SVN.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/sys/file.h#17 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/sys/file.h#17 (text+ko) ====

@@ -259,6 +259,7 @@
 fo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred,
     struct thread *td)
 {
+
 	return ((*fp->f_ops->fo_ioctl)(fp, com, data, active_cred, td));
 }
 



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