apple / fstools

The Filesystem Tools project is a place where the Apple filesystem teams will be publishing some of the tools we use to test the filesystems that are part of macOS. These tools will be useful to developers who are writing new macOS filesystems, or testing macOS network filesystems against their servers.
https://macosforge.github.io/fstools/
Other
54 stars 22 forks source link

moved F_NOCACHE to a new header file to help port fsx.c #3

Open macosforgebot opened 9 years ago

macosforgebot commented 9 years ago

kirk@… originally submitted this as ticket:15


https://github.com/kirussel/fstools/compare/master...kirussel/fsxh

I propose the addition of a new header file, fsx.h, to help port fsx.c to other platforms. My changes compile on "Darwin Kernel Version 14.0.0" and "FreeBSD 10.1-STABLE". The biggest change is moving F_NOCACHE to the header file.

My goals were:

macosforgebot commented 9 years ago

kirk@… originally submitted this as _attachment:fsxh_patch.txt:⁠ticket:15_


patch