diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-08-10 16:37:33 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-08-10 16:37:33 +0000 |
| commit | 233d16da02f0471cd6cda77e06382a4e7013789f (patch) | |
| tree | f85b82ca649f786c45172646a9cf4699da819f17 | |
| parent | 86a3e2a13a89ad22b4982c61a7b45b8720da5cd8 (diff) | |
Notes
| -rw-r--r-- | bin/date/date.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/date/date.c b/bin/date/date.c index 006a0c7cdf03..14b2b671b9cd 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: date.c,v 1.15 1997/08/09 22:34:04 brian Exp $ + * $Id: date.c,v 1.16 1997/08/10 16:36:59 brian Exp $ */ #ifndef lint @@ -254,7 +254,6 @@ setthetime(fmt, p) logwtmp("|", "date", ""); tv.tv_sec = tval; tv.tv_usec = 0; -fprintf(stderr, "Set to \"%s\"\n", asctime(lt)); if (settimeofday(&tv, (struct timezone *)NULL)) err(1, "settimeofday (timeval)"); logwtmp("{", "date", ""); |
