PERFORCE change 173952 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 30 14:12:13 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173952

Change 173952 by rwatson at 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));
 }
 


More information about the p4-projects mailing list