Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ac Remove duplicate include, fixes PR bin/25017 fro...



details:   https://anonhg.NetBSD.org/src/rev/e3692349a958
branches:  trunk
changeset: 565222:e3692349a958
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Fri Apr 02 09:58:33 2004 +0000

description:
Remove duplicate include, fixes PR bin/25017 from Jeff Ito.

diffstat:

 usr.sbin/ac/ac.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0f127d183312 -r e3692349a958 usr.sbin/ac/ac.c
--- a/usr.sbin/ac/ac.c  Fri Apr 02 09:08:55 2004 +0000
+++ b/usr.sbin/ac/ac.c  Fri Apr 02 09:58:33 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ac.c,v 1.19 2004/01/06 13:28:20 wiz Exp $ */
+/* $NetBSD: ac.c,v 1.20 2004/04/02 09:58:33 jmmv Exp $ */
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -49,7 +49,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ac.c,v 1.19 2004/01/06 13:28:20 wiz Exp $");
+__RCSID("$NetBSD: ac.c,v 1.20 2004/04/02 09:58:33 jmmv Exp $");
 #endif
 
 #include <sys/types.h>
@@ -61,7 +61,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <string.h>
 #include <time.h>
 #include <utmp.h>
 #include <ttyent.h>



Home | Main Index | Thread Index | Old Index