Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   apb
Date:           Mon Jul 18 21:51:49 UTC 2011

Modified Files:
        src/sbin/newfs_v7fs: main.c
        src/sys/fs/v7fs: v7fs_datablock.c v7fs_dirent.c v7fs_endian.c
            v7fs_file.c v7fs_file_util.c v7fs_inode.c v7fs_inode_util.c
            v7fs_io.c v7fs_io_user.c v7fs_superblock.c v7fs_superblock_util.c

Log Message:
In sources that get compiled into the tools version of makefs, add:

#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif

This should fix cross-build problems, but I can't really test
that now, so I am not re-enabling the inclusion of v7fs support
in makefs.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/newfs_v7fs/main.c
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/v7fs/v7fs_datablock.c
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/v7fs/v7fs_dirent.c \
    src/sys/fs/v7fs/v7fs_endian.c src/sys/fs/v7fs/v7fs_file.c \
    src/sys/fs/v7fs/v7fs_inode.c src/sys/fs/v7fs/v7fs_inode_util.c \
    src/sys/fs/v7fs/v7fs_io.c src/sys/fs/v7fs/v7fs_io_user.c \
    src/sys/fs/v7fs/v7fs_superblock.c src/sys/fs/v7fs/v7fs_superblock_util.c
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/v7fs/v7fs_file_util.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