From c2219c5a47920ebc3841310241966f116aa86974 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 20 Sep 1999 16:36:22 -0400 Subject: [PATCH] eliminate currents SCCS-file: Makefile SCCS-SID: 7.71 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5dce1d4..bdb554f 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ GCC_DEBUG_FLAGS = -Dlint -g -O -fno-common \ # "timeoff" is like "timegm" except that it accepts a second (long) argument # that gives an offset to use when converting to a time_t. # "posix2time" and "time2posix" are described in an included manual page. -# None of these functions are described in X3J11's current work. +# None of these functions are described in X3J11's work. # Sun has provided "tzsetwall", "timelocal", and "timegm" in SunOS 4.0. # These functions may well disappear in future releases of the time # conversion package.