Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2007 10:52:55 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122471 for review
Message-ID:  <200706281052.l5SAqtGF037674@repoman.freebsd.org>

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

Change 122471 by rdivacky@rdivacky_witten on 2007/06/28 10:52:08

	Style.
	
	Noticed by: rwatson

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/sys/compat/linux/linux_misc.c#7 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/sys/compat/linux/linux_misc.c#7 (text+ko) ====

@@ -842,7 +842,7 @@
 		printf(ARGS(futimesat, "%s, *"), fname);
 #endif
 
-	if (args->utimes!= NULL) {
+	if (args->utimes != NULL) {
 		if ((error = copyin(args->utimes, ltv, sizeof ltv))) {
 			LFREEPATH(fname);
 			return (error);



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