Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: riastradh
Date: Sat Dec 7 15:10:42 UTC 2024
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
sys/kern/vfs_wapbl.c: Provide stub SET_ERROR for userland builds.
Should fix:
/tmp/build/2024.12.07.14.08.54-amd64/src/sys/kern/vfs_wapbl.c: In function 'wapbl_replay_start':
/tmp/build/2024.12.07.14.08.54-amd64/src/sys/kern/vfs_wapbl.c:2978:24: error: implicit declaration of function 'SET_ERROR'; did you mean 'EV_ERROR'? [-Werror=implicit-function-declaration]
2978 | return SET_ERROR(EINVAL);
| ^~~~~~~~~
| EV_ERROR
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/kern/vfs_wapbl.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