Module Name: src Committed By: jakllsch Date: Thu Feb 6 20:10:25 UTC 2025
Modified Files:
src/sys/dev: dksubr.c
Log Message:
off_t is closer to long than it is to unsigned int; so use lmin()
rather than uimin()
Avoids incorrectling telling dk_translate() we're trying to do nothing.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/dev/dksubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
