This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

utmpdump.c


login/programs/utmpdump.c does not need to include <error.h>.


2002-09-17  Bruno Haible  <bruno@clisp.org>

	* login/programs/utmpdump.c: Don't include <error.h>.

diff -r -c3 glibc-20020910.bak/login/programs/utmpdump.c glibc-20020910/login/programs/utmpdump.c
*** glibc-20020910.bak/login/programs/utmpdump.c	Mon Aug 26 15:49:51 2002
--- glibc-20020910/login/programs/utmpdump.c	Tue Sep 17 02:22:04 2002
***************
*** 19,25 ****
     02111-1307 USA.  */
  
  #include <errno.h>
- #include <error.h>
  #include <stdio.h>
  #include <stdlib.h>
  #include <time.h>
--- 19,24 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]