Source-Changes archive

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

CVS commit: src/lib/libpuffs



Module Name:    src
Committed By:   pho
Date:           Fri Dec  3 14:00:59 UTC 2021

Modified Files:
        src/lib/libpuffs: puffs.3 puffs.c puffs.h puffs_ops.3

Log Message:
Avoid using register_t or vsize_t in <puffs.h>

<puffs.h> is a user-space header, and should not use any of
kernel-only types. It's not reasonable to require user-land
filesystems to #define _KERNTYPES.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/lib/libpuffs/puffs.3
cvs rdiff -u -r1.125 -r1.126 src/lib/libpuffs/puffs.c
cvs rdiff -u -r1.128 -r1.129 src/lib/libpuffs/puffs.h
cvs rdiff -u -r1.47 -r1.48 src/lib/libpuffs/puffs_ops.3

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