Hi, 2014-03-07 10:04 GMT+09:00 Christos Zoulas <chris...@netbsd.org>:
> Module Name: src > Committed By: christos > Date: Fri Mar 7 01:04:30 UTC 2014 > > Modified Files: > src/external/bsd/dhcp/dist/common: ns_name.c > > Log Message: > fix incorrect overflow test: > https://android-review.googlesource.com/#/c/50570/ compile failed. ----- /usr/src/external/bsd/dhcp/lib/common/../../dist/common/ns_name.c: In function ' MRns_name_unpack': /usr/src/external/bsd/dhcp/lib/common/../../dist/common/ns_name.c:348:27: error: expected expression before '/' token if (n >= eom - msg) { / Out of range. */ ^ *** [ns_name.o] Error code 1 ----- Regards, -- NONAKA Kimihiro