Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 09:34:21 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19794 for review
Message-ID:  <200210211634.g9LGYLCY009441@repoman.freebsd.org>

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

Change 19794 by rwatson@rwatson_paprika on 2002/10/21 09:33:23

	Trailing whitespace cleanup.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#119 edit

Differences ...

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

@@ -659,7 +659,7 @@
 
 		p0 = string;
 		d = strtol(p0, &p1, 10);
-	
+
 		if (d < 0 || d > 65535)
 			return (EINVAL);
 		element->mme_type = MAC_MLS_TYPE_LEVEL;
@@ -1733,7 +1733,7 @@
 		 */
 		if (!mac_mls_single_in_range(new, subj))
 			return (EPERM);
-	
+
 		/*
 		 * To change the MLS label on the socket to contain EQUAL,
 		 * the subject must have appropriate privilege.

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?200210211634.g9LGYLCY009441>