]> granicus.if.org Git - shadow/commitdiff
* libmisc/utmp.c: Removed old documentation of setutmp().
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 22 Apr 2009 21:00:18 +0000 (21:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 22 Apr 2009 21:00:18 +0000 (21:00 +0000)
ChangeLog
libmisc/utmp.c

index 853dc86d08c4a79cad808a729f025d3c7a16a7f0..a8b1ca77cdd1007cc87b3853c282eeac0b3cc726 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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().
index 75a552faaf4956749492b668e9b096466d43c510..a87678ca61f48067fa2c97e3e8b7f7f9ca0c6777 100644 (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.