Searched hist:16028 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/lib/libc/xdr/
H A Dxdr_rec.cdiff 56273 Wed Jan 19 06:12:32 MST 2000 wpaul Close PR#16028. Make the sanity check saner. The condition that we
check for on the server may arise legitimately on the client. The
correct way to check for a zero record length is to check for it
without the LAST_FRAG marker in it, since it's legal to send a LAST_FRAG
marker with 0 bytes of data.

PR: misc/16028
diff 56273 Wed Jan 19 06:12:32 MST 2000 wpaul Close PR#16028. Make the sanity check saner. The condition that we
check for on the server may arise legitimately on the client. The
correct way to check for a zero record length is to check for it
without the LAST_FRAG marker in it, since it's legal to send a LAST_FRAG
marker with 0 bytes of data.

PR: misc/16028
/freebsd-10.2-release/sys/conf/
H A DMakefile.i386diff 16028 Fri May 31 01:01:24 MDT 1996 peter Instead of: cpp blah file.s | as -o file.o, use instead:
cc -c -x assembler-with-cpp -o file.o file.s.

This means that any cpp fatal errors will now be detected, as well as
running *.s files through an ansi cpp instead of a traditional cpp.

(fixes to allow *.s to compile under both ansi and traditional to follow)
H A DMakefile.powerpcdiff 16028 Fri May 31 01:01:24 MDT 1996 peter Instead of: cpp blah file.s | as -o file.o, use instead:
cc -c -x assembler-with-cpp -o file.o file.s.

This means that any cpp fatal errors will now be detected, as well as
running *.s files through an ansi cpp instead of a traditional cpp.

(fixes to allow *.s to compile under both ansi and traditional to follow)

Completed in 152 milliseconds