Make dtlogin compile on OpenBSD.
Most importantly, we *cannot* do the utmp stuff this code is attempting. It is SysV-specific.
This commit is contained in:
committed by
Jon Trulson
parent
a8d5c1f0ba
commit
7c3a972d32
@@ -1290,7 +1290,7 @@ StartClient( struct verify_info *verify, struct display *d, int *pidp )
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef sun
|
||||
#if !defined(sun) && !defined(CSRG_BASED)
|
||||
Account(d, user, NULL, getpid(), USER_PROCESS, status);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user