Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/makefs
Module Name: src
Committed By: christos
Date: Wed Apr 30 13:27:13 UTC 2025
Modified Files:
src/usr.sbin/makefs: ffs.c makefs.h walk.c
Log Message:
>From FreeBSD D50078 by jrtc27:
Linux's struct stat does not have an st_flags member, but we still want
to be able to create FreeBSD disk images with non-zero st_flags. Add a
replacement member to struct fsinode to store it on Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/usr.sbin/makefs/ffs.c
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/makefs/makefs.h
cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/makefs/walk.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