Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.sbin/makefs



Module Name:    basesrc
Committed By:   lukem
Date:           Mon Jan  7 16:27:23 UTC 2002

Modified Files:
        basesrc/usr.sbin/makefs: Makefile ffs.c
        basesrc/usr.sbin/makefs/ffs: buf.c ffs_alloc.c ffs_balloc.c mkfs.c
            ufs_bmap.c

Log Message:
- pull in <ufs/ufs/dinode.h> before <ufs/ffs/fs.h>
- #include <ufs/[uf]fs/*.h> instead of "ufs/[uf]fs/*.h", and don't bother
  with -I../../sys; we'll solve the hostprog problem another way and
  unconditionally pulling in NetBSD-current's usr/src/sys on a host system
  could be a Bad Thing.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/makefs/Makefile
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/makefs/ffs.c
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/makefs/ffs/buf.c \
    basesrc/usr.sbin/makefs/ffs/ffs_balloc.c
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/makefs/ffs/ffs_alloc.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/makefs/ffs/mkfs.c
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/makefs/ffs/ufs_bmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index