PERFORCE change 169372 for review
Edward Tomasz Napierala
trasz at FreeBSD.org
Sat Oct 10 22:20:31 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=169372
Change 169372 by trasz at 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
}
}
More information about the p4-projects
mailing list