Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2007 13:05:51 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122488 for review
Message-ID:  <200706281305.l5SD5p1N065892@repoman.freebsd.org>

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

Change 122488 by rdivacky@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;
 



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