PERFORCE change 180721 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Jul 10 10:15:53 UTC 2010


http://p4web.freebsd.org/@@180721?ac=10

Change 180721 by trasz at trasz_victim on 2010/07/10 10:15:48

	Fix whitespace.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/lib/libutil/login_class.c#6 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/lib/libutil/login_class.c#6 (text+ko) ====

@@ -520,7 +520,7 @@
 	 *      does not support setloginclass(2).
 	 */
 	prevsig = signal(SIGSYS, SIG_IGN);
-        error = setloginclass(lc->lc_class);
+	error = setloginclass(lc->lc_class);
 	signal(SIGSYS, prevsig);
         if (error != 0) {
 	    syslog(LOG_ERR, "setloginclass(%s): %m", lc->lc_class);


More information about the p4-projects mailing list