CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/07 23:37:05
Modified files:
lib/libfuse : Makefile fuse.c fuse.h fuse_opt.c
fuse_private.h generate_pkgconfig.sh
Added files:
lib/libfuse : fuse_chan.c fuse_common.h fuse_lowlevel.h
Log message:
This is a preperatory patch to move things around to be ready for
supporting the low-level FUSE API:
It introduces the following new files.
- /usr/include/fuse/fuse_common.h
- /usr/include/fuse/fuse_lowlevel.h
- /usr/src/lib/libfuse/fuse_chan.c
Additionally, it relocates all libfuse header files to the
/usr/include/fuse directory so that it now contains.
- /usr/include/fuse/fuse.h
- /usr/include/fuse/fuse_opt.h
- /usr/include/fuse/fuse_common.h
- /usr/include/fuse/fuse_lowlevel.h
Relevant definitions have been moved into their appropriate
files, and I took the opportunity for some minor cleanup. The
pkg-config metadata has also been updated to reflect the new header
locations.
ok claudio@ sthen@