* libmisc/utmp.c: Removed old documentation of setutmp().

This commit is contained in:
nekral-guest 2009-04-22 21:00:18 +00:00
parent 31906409c8
commit 811288df64
2 changed files with 4 additions and 14 deletions

View File

@ -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().

View File

@ -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.