From 31ca042232d3a7748ac481128a8815723b13572f Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 3 Apr 2021 04:33:08 +0000 Subject: [PATCH] Revert parsedate(3) XXX as per discussion with kre@. --- usr.bin/at/at.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 84f720a46f5c..b1ccc842c829 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -1,4 +1,4 @@ -/* $NetBSD: at.c,v 1.32 2021/04/02 06:31:53 simonb Exp $ */ +/* $NetBSD: at.c,v 1.33 2021/04/03 04:33:08 simonb Exp $ */ /* * at.c : Put file into atrun queue @@ -53,7 +53,7 @@ /* Local headers */ #include "at.h" #include "panic.h" -#include "parsetime.h" /* XXX should use parsedate(3) in */ +#include "parsetime.h" #include "perm.h" #include "pathnames.h" #include "stime.h" @@ -71,7 +71,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ #if 0 static char rcsid[] = "$OpenBSD: at.c,v 1.15 1998/06/03 16:20:26 deraadt Exp $"; #else -__RCSID("$NetBSD: at.c,v 1.32 2021/04/02 06:31:53 simonb Exp $"); +__RCSID("$NetBSD: at.c,v 1.33 2021/04/03 04:33:08 simonb Exp $"); #endif #endif