Date: Sun, 14 Feb 2010 12:30:30 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/fsck_msdosfs boot.c check.c dir.c dosfs.h ext.h fat.c main.c Message-ID: <201002141230.o1ECUg1H013592@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-02-14 12:30:30 UTC FreeBSD src repository Modified files: sbin/fsck_msdosfs boot.c check.c dir.c dosfs.h ext.h fat.c main.c Log: SVN rev 203872 on 2010-02-14 12:30:30Z by kib Bug fixes from NetBSD - fix sign-compare issues. - ANSIfy a couple of functions. - Remove more duplicate #includes. - Memory leak found by Coverity on NetBSD. Submitted by: Pedro F. Giffuni <giffunip tutopia com> Reviewed by: bde MFC after: 2 weeks Revision Changes Path 1.8 +20 -14 src/sbin/fsck_msdosfs/boot.c 1.12 +2 -2 src/sbin/fsck_msdosfs/check.c 1.5 +40 -10 src/sbin/fsck_msdosfs/dir.c 1.5 +6 -6 src/sbin/fsck_msdosfs/dosfs.h 1.12 +5 -5 src/sbin/fsck_msdosfs/ext.h 1.11 +27 -32 src/sbin/fsck_msdosfs/fat.c 1.18 +0 -1 src/sbin/fsck_msdosfs/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002141230.o1ECUg1H013592>