* libmisc/utmp.c: Removed old documentation of setutmp().
This commit is contained in:
parent
31906409c8
commit
811288df64
@ -1,3 +1,7 @@
|
||||
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/utmp.c: Removed old documentation of setutmp().
|
||||
|
||||
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/utmp.c: Use xmalloc() rather than malloc().
|
||||
|
@ -165,20 +165,6 @@ static void updwtmpx (const char *filename, const struct utmpx *utx)
|
||||
#endif /* ! HAVE_UTMPX_H */
|
||||
|
||||
|
||||
/*
|
||||
* setutmp - put a USER_PROCESS entry in the utmp file
|
||||
*
|
||||
* setutmp changes the type of the current utmp entry to
|
||||
* USER_PROCESS.
|
||||
* The wtmp file will be updated as well.
|
||||
*
|
||||
* ut, as returned by get_current_utmp
|
||||
*
|
||||
* We reuse the ut_id and ut_host fields
|
||||
*
|
||||
* The returned structure shall be freed by the caller.
|
||||
*/
|
||||
|
||||
/*
|
||||
* prepare_utmp - prepare an utmp entry so that it can be logged in a
|
||||
* utmp/wtmp file.
|
||||
|
Loading…
Reference in New Issue
Block a user