Module Name: src
Committed By: pgoyette
Date: Wed Jan 30 02:00:02 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_80.c
Log Message:
Remove #ifdef COMPAT_80
The file will only be selected if "options COMPAT_80" is defined in
the config file. The COMPAT_80 macro is defined only if the option
is explicitly defined, and not if it is implicitly defined due to
inclusion of lesser-version COMPATs.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/netbsd32/netbsd32_compat_80.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.