PERFORCE change 122488 for review
Roman Divacky
rdivacky at FreeBSD.org
Thu Jun 28 13:05:52 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122488
Change 122488 by rdivacky at rdivacky_witten on 2007/06/28 13:05:19
Wrong indentation of a brace.
Affected files ...
.. //depot/projects/soc2007/rdivacky/linux_at/sys/kern/kern_exec.c#7 edit
Differences ...
==== //depot/projects/soc2007/rdivacky/linux_at/sys/kern/kern_exec.c#7 (text+ko) ====
@@ -569,7 +569,7 @@
bcopy(fullpath, p->p_comm, len);
if (freepath)
free(freepath, M_TEMP);
- }
+ }
}
p->p_comm[len] = 0;
More information about the p4-projects
mailing list