Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2001 16:58:32 -0700
From:      Dima Dorfman <dima@unixfreak.org>
To:        Alexander Langer <alex@big.endian.de>
Cc:        Thomas Zenker <thz@Lennartz-electronic.de>, audit@FreeBSD.ORG
Subject:   Re: bin/27029: strptime: %s formatting missing (patch) 
Message-ID:  <20010628235832.23EE83E2F@bazooka.unixfreak.org>
In-Reply-To: <20010629014313.A7351@zerogravity.kawo2.rwth-aachen.d>; from alex@big.endian.de on "Fri, 29 Jun 2001 01:43:13 %2B0200"

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Langer <alex@big.endian.de> writes:
> Also sprach Thomas Zenker (thz@Lennartz-electronic.de):
> 
> 		[... case 'Z':]
> Please keep the order.

If you look at that switch, they're already so out of order that it
isn't clear where this should go.

> 
> >  			}
> >  			}
> >  			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.

IIRC it's an int on most branches, but using strtol is still okay there.

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?20010628235832.23EE83E2F>