CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/10/04 03:13:05
Modified files: sys/net : pf_osfp.c Log message: fp_wscale is only a single byte so do not byteswap it. This makes os fingerprinting on little endian systems work. People using the osfp feature need to update /etc/pf.os or -current will be blocked. OK deraadt@, jsg@, jsing@, millert@, sthen@