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: riastradh
Date: Sat Jul 29 08:46:47 UTC 2023
Modified Files:
src/sys/kern: sys_memfd.c
src/usr.bin/fstat: misc.c
Added Files:
src/sys/sys: memfd.h
Removed Files:
src/sys/sys: miscfd.h
Log Message:
sys: Rename sys/miscfd.h -> sys/memfd.h.
Let's not create new dumping grounds for miscellaneous stuff; one
header file for one purpose.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/sys_memfd.c
cvs rdiff -u -r0 -r1.1 src/sys/sys/memfd.h
cvs rdiff -u -r1.1 -r0 src/sys/sys/miscfd.h
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/fstat/misc.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