Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/fs/udf
libudf build failure. Missing comma ?
-bch
[...]
SOURCE=2 -c -DGPROF -DPROF -pg
/usr/src/sys/rump/fs/lib/libudf/../../../../fs/udf/udf_subr.c -o
udf_subr.po
--- udf_subr.o ---
SOURCE=2 -c /usr/src/sys/rump/fs/lib/libudf/../../../../fs/udf/udf_subr.c
-o udf_subr.o
--- udf_subr.po ---
/usr/src/sys/rump/fs/lib/libudf/../../../../fs/udf/udf_subr.c: In
function 'udf_read_internal':
/usr/src/sys/rump/fs/lib/libudf/../../../../fs/udf/udf_subr.c:6466:46:
error: macro "memset" requires 3 arguments, but only 2 given
memset(&blob[inflen] 0, sector_size - inflen);
^
/usr/src/sys/rump/fs/lib/libudf/../../../../fs/udf/udf_subr.c:6466:2:
error: statement with no effect [-Werror=unused-value]
memset(&blob[inflen] 0, sector_size - inflen);
^
[..]
On 12/18/15, Christos Zoulas <christos%netbsd.org@localhost> wrote:
> Module Name: src
> Committed By: christos
> Date: Sat Dec 19 01:18:00 UTC 2015
>
> Modified Files:
> src/sys/fs/udf: udf_subr.c
>
> Log Message:
> PR/50571: David Binderman: src/sys/fs/udf/udf_subr.c:6465: obvious
> performance tidyup
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.132 -r1.133 src/sys/fs/udf/udf_subr.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
>
Home |
Main Index |
Thread Index |
Old Index