From e5e5da15e2aaa41c9e278933b1c6db5dba863ad6 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Tue, 24 Jun 1997 06:26:32 +0000 Subject: Revert part of previous commit. I didn't see rcsid string in the middle of the file. Put includes in alphabetical order. --- usr.bin/at/parsetime.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.bin/at') diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index f1ada23217f4..6e64f1fee89f 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -31,14 +31,13 @@ * |MIDNIGHT | |[DAY OF WEEK] | * \TEATIME / |NUMBER [SLASH NUMBER [SLASH NUMBER]]| * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/ - * - * $Id$ */ /* System Headers */ #include +#include #include #include #include @@ -49,7 +48,6 @@ #ifndef __FreeBSD__ #include #endif -#include /* Local headers */ @@ -133,7 +131,7 @@ static size_t sc_len; /* scanner - lenght of token buffer */ static int sc_tokid; /* scanner - token id */ static int sc_tokplur; /* scanner - is token plural? */ -static char rcsid[] = "$Id: parsetime.c,v 1.9 1997/02/22 19:54:07 peter Exp $"; +static char rcsid[] = "$Id: parsetime.c,v 1.10 1997/06/23 06:44:18 charnier Exp $"; /* Local functions */ -- cgit v1.2.3