From d62260efbb210817cdf2745812dff843031c5840 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Wed, 7 Apr 2004 13:11:37 +0000 Subject: ISO function declarations, trim a few comments, rename a few variables to more explicit/more consistent names. okay otto@ --- usr.bin/make/timestamp.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'usr.bin/make/timestamp.c') diff --git a/usr.bin/make/timestamp.c b/usr.bin/make/timestamp.c index 9f518f81b6b..0fe87c4ad06 100644 --- a/usr.bin/make/timestamp.c +++ b/usr.bin/make/timestamp.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: timestamp.c,v 1.1 2001/05/23 12:34:50 espie Exp $ */ +/* $OpenBSD: timestamp.c,v 1.2 2004/04/07 13:11:36 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -34,12 +34,10 @@ #include #endif -TIMESTAMP now; /* The time at the start of this whole - * process */ +TIMESTAMP now; /* The time at the start of this whole process */ int -set_times(f) - const char *f; +set_times(const char *f) { #ifdef USE_TIMESPEC struct timeval tv[2]; -- cgit v1.2.3