Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2010 10:15:52 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 180721 for review
Message-ID:  <201007101015.o6AAFqQJ019644@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180721?ac=10

Change 180721 by trasz@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);



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