Date: Wed, 29 Jul 1998 08:50:43 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_genassym.c Message-ID: <199807291550.IAA16532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/29 08:50:42 PDT Modified files: sys/i386/linux linux_genassym.c Log: Fixed printf format errors. Use offsetof() instead of null pointer hacks. Use a home made offsetof() because including <stddef.h> is not permitted in LKMs. Revision Changes Path 1.8 +11 -9 src/sys/i386/linux/linux_genassym.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807291550.IAA16532>