diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-08 20:33:05 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-08 20:33:05 +0000 |
commit | 97c677d4f04b8f8938c893656f667a29527f4a0f (patch) | |
tree | 17e28513452c08b9a5a026e19b64ae8eae09ec59 /loginrec.h | |
parent | 387c472660ef173c2e469e70eb1a25d47f6e8887 (diff) |
- (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
<wayne@blorf.net>
Diffstat (limited to 'loginrec.h')
-rw-r--r-- | loginrec.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/loginrec.h b/loginrec.h index ecb430d50..732e21e11 100644 --- a/loginrec.h +++ b/loginrec.h | |||
@@ -40,7 +40,7 @@ | |||
40 | #include <netinet/in.h> | 40 | #include <netinet/in.h> |
41 | #include <sys/socket.h> | 41 | #include <sys/socket.h> |
42 | 42 | ||
43 | /* RCSID("$Id: loginrec.h,v 1.5 2001/02/05 12:42:18 stevesk Exp $"); */ | 43 | /* RCSID("$Id: loginrec.h,v 1.6 2001/05/08 20:33:06 mouring Exp $"); */ |
44 | 44 | ||
45 | /** | 45 | /** |
46 | ** you should use the login_* calls to work around platform dependencies | 46 | ** you should use the login_* calls to work around platform dependencies |
@@ -110,6 +110,9 @@ void login_set_current_time(struct logininfo *li); | |||
110 | /* record the entry */ | 110 | /* record the entry */ |
111 | int login_login (struct logininfo *li); | 111 | int login_login (struct logininfo *li); |
112 | int login_logout(struct logininfo *li); | 112 | int login_logout(struct logininfo *li); |
113 | #ifdef LOGIN_NEEDS_UTMPX | ||
114 | int login_utmp_only(struct logininfo *li); | ||
115 | #endif | ||
113 | 116 | ||
114 | /** End of public functions */ | 117 | /** End of public functions */ |
115 | 118 | ||