Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/at Add an XXX reminder to convert at(1) to use parse...



details:   https://anonhg.NetBSD.org/src/rev/5209df2a0ce6
branches:  trunk
changeset: 954211:5209df2a0ce6
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Apr 02 06:31:53 2021 +0000

description:
Add an XXX reminder to convert at(1) to use parsedate(3) in <util.h>.

diffstat:

 usr.bin/at/at.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 15e2bbde9a48 -r 5209df2a0ce6 usr.bin/at/at.c
--- a/usr.bin/at/at.c   Fri Apr 02 06:28:55 2021 +0000
+++ b/usr.bin/at/at.c   Fri Apr 02 06:31:53 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: at.c,v 1.31 2016/03/13 00:32:09 dholland Exp $ */
+/*     $NetBSD: at.c,v 1.32 2021/04/02 06:31:53 simonb Exp $   */
 
 /*
  *  at.c : Put file into atrun queue
@@ -53,7 +53,7 @@
 /* Local headers */
 #include "at.h"
 #include "panic.h"
-#include "parsetime.h"
+#include "parsetime.h"         /* XXX should use parsedate(3) in <util.h> */
 #include "perm.h"
 #include "pathnames.h"
 #include "stime.h"
@@ -71,7 +71,7 @@
 #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.31 2016/03/13 00:32:09 dholland Exp $");
+__RCSID("$NetBSD: at.c,v 1.32 2021/04/02 06:31:53 simonb Exp $");
 #endif
 #endif
 



Home | Main Index | Thread Index | Old Index