Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 10:40:14 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19557 for review
Message-ID:  <200210181740.g9IHeE3O065740@repoman.freebsd.org>

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

Change 19557 by cvance@cvance_laptop on 2002/10/18 10:40:04

	Someone's submitting code without building :)

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#46 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#46 (text+ko) ====

@@ -1077,7 +1077,7 @@
 
 	if (size <= context_len) {
 		error = EINVAL;
-	else {
+	} else {
 		*len = strlcpy(element_data, context, size);
 		error = 0;
 	}

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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