PERFORCE change 122471 for review
Roman Divacky
rdivacky at FreeBSD.org
Thu Jun 28 10:52:56 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122471
Change 122471 by rdivacky at 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);
More information about the p4-projects
mailing list