Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2001 01:43:13 +0200
From:      Alexander Langer <alex@big.endian.de>
To:        Thomas Zenker <thz@Lennartz-electronic.de>
Cc:        audit@FreeBSD.ORG
Subject:   Re: bin/27029: strptime: %s formatting missing (patch)
Message-ID:  <20010629014313.A7351@zerogravity.kawo2.rwth-aachen.d>
In-Reply-To: <20010625082217.A21418@mezcal.tue.le>; from thz@Lennartz-electronic.de on Mon, Jun 25, 2001 at 08:22:17AM %2B0200
References:  <200106250228.f5P2Sik45523@freefall.freebsd.org> <20010625082217.A21418@mezcal.tue.le>

next in thread | previous in thread | raw e-mail | index | archive | help
Also sprach Thomas Zenker (thz@Lennartz-electronic.de):

		[... case 'Z':]
Please keep the order.

>  			}
>  			}
>  			break;
> +		case 's':
> +			{
> +			time_t t;
> +			const char *cp;
> +			t = strtol(buf, &cp, 10);

Is time_t long again on all branches?
I think David (obrien) backed it out on -STABLE, IIRC.

Please don't forget to back-contribute (see header of strptime.c)

Alex

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010629014313.A7351>