NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/46564: yppush pushes map to himself triggering an error message each time
The following reply was made to PR bin/46564; it has been noted by GNATS.
From: Wolfgang Stukenbrock <wolfgang.stukenbrock%nagler-company.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/46564: yppush pushes map to himself triggering an error
message each time
Date: Fri, 08 Jun 2012 14:41:08 +0200
Hi again,
I've just detected that my patch will not compile on all architectures
due to a problem with printf() and sizeof() data types.
Around line 148 the statement:
errx(1, .... long (%lu - limit %lu)", (unsigned long)(strlen(...)),
sizeof(...) - 1);
should be changed into
errx(1, .... long (%lu - limit %lu)", (unsigned long)(strlen(...)),
(unsigned long)(sizeof(...) - 1));
Sorry for this.
W. Stukenbrock
gnats-admin%NetBSD.org@localhost wrote:
> Thank you very much for your problem report.
> It has the internal identification `bin/46564'.
> The individual assigned to look at your
> report is: bin-bug-people.
>
>
>>Category: bin
>>Responsible: bin-bug-people
>>Synopsis: yppush pushes map to himself triggering an error message
>>each time
>>Arrival-Date: Fri Jun 08 12:25:00 +0000 2012
>>
>
>
--
Dr. Nagler & Company GmbH
Hauptstraße 9
92253 Schnaittenbach
Tel. +49 9622/71 97-42
Fax +49 9622/71 97-50
Wolfgang.Stukenbrock%nagler-company.com@localhost
http://www.nagler-company.com
Hauptsitz: Schnaittenbach
Handelregister: Amberg HRB
Gerichtsstand: Amberg
Steuernummer: 201/118/51825
USt.-ID-Nummer: DE 273143997
Geschäftsführer: Dr. Martin Nagler, Dr. Dr. Karl-Kuno Kunze
Home |
Main Index |
Thread Index |
Old Index