Date: Mon, 8 Jun 1998 02:47:50 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp ispvar.h src/sys/i386/eisa aha1742.c src/sys/i386/include vm86.h src/sys/i386/isa atapi.h scd.c ultra14f.c wst.c src/sys/i386/isa/ic am7990.h src/sys/i386/scsi btreg.h src/sys/netinet ip_fil.h ip_var.h tcp.h src/sys/pci ... Message-ID: <199806080947.CAA09649@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/06/08 02:47:48 PDT Modified files: sys/dev/isp ispvar.h sys/i386/eisa aha1742.c sys/i386/include vm86.h sys/i386/isa atapi.h scd.c ultra14f.c wst.c sys/i386/isa/ic am7990.h sys/i386/scsi btreg.h sys/netinet ip_fil.h ip_var.h tcp.h sys/pci if_devar.h if_fxpreg.h sys/sys cdio.h Log: Fixed pedantic semantics errors (bitfields not of type int, signed int or unsigned int (this doesn't change the struct layout, size or alignment in any of the files changed in this commit, at least for gcc on i386's. Using bitfields of type u_char may affect size and alignment but not packing)). Revision Changes Path 1.3 +3 -3 src/sys/dev/isp/ispvar.h 1.63 +4 -4 src/sys/i386/eisa/aha1742.c 1.6 +3 -3 src/sys/i386/include/vm86.h 1.14 +7 -7 src/sys/i386/isa/atapi.h 1.38 +3 -3 src/sys/i386/isa/scd.c 1.60 +9 -9 src/sys/i386/isa/ultra14f.c 1.6 +34 -34 src/sys/i386/isa/wst.c 1.3 +1 -1 src/sys/i386/isa/ic/am7990.h 1.7 +2 -2 src/sys/i386/scsi/btreg.h 1.5 +3 -3 src/sys/netinet/ip_fil.h 1.41 +3 -3 src/sys/netinet/ip_var.h 1.9 +3 -3 src/sys/netinet/tcp.h 1.7 +2 -2 src/sys/pci/if_devar.h 1.13 +22 -22 src/sys/pci/if_fxpreg.h 1.18 +17 -17 src/sys/sys/cdio.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806080947.CAA09649>