CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/12/11 11:27:23
Modified files: sys/net : if_spppsubr.c Log message: Use an u_int32_t instead of an unsigned long to store the magic number we're about to send. Should a bug on big-endian LP64 archs reported by James MacMahon (jwm at operand dot ca). ok millert@