Date: Sat, 10 Oct 2009 22:20:30 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 169372 for review Message-ID: <200910102220.n9AMKUp0007381@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=169372 Change 169372 by trasz@trasz_victim on 2009/10/10 22:19:50 Remove '#ifdef notyet'; without HRL support in the kernel, it will get killed with a signal anyway. Affected files ... .. //depot/projects/soc2009/trasz_limits/lib/libutil/login_class.c#4 edit Differences ... ==== //depot/projects/soc2009/trasz_limits/lib/libutil/login_class.c#4 (text+ko) ==== @@ -517,10 +517,8 @@ if ((flags & LOGIN_SETLOGINCLASS) && setloginclass(lc->lc_class) != 0) { syslog(LOG_ERR, "setloginclass(%s): %m", lc->lc_class); -#ifdef notyet login_close(llc); return (-1); -#endif } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910102220.n9AMKUp0007381>