diff --git a/ChangeLog b/ChangeLog index 853dc86d..a8b1ca77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-22 Nicolas François + + * libmisc/utmp.c: Removed old documentation of setutmp(). + 2009-04-22 Nicolas François * libmisc/utmp.c: Use xmalloc() rather than malloc(). diff --git a/libmisc/utmp.c b/libmisc/utmp.c index 75a552fa..a87678ca 100644 --- a/libmisc/utmp.c +++ b/libmisc/utmp.c @@ -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.