Source-Changes archive

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

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32



Module Name:    src
Committed By:   pgoyette
Date:           Sat Sep 29 04:11:07 UTC 2018

Modified Files:
        src/sys/compat/netbsd32 [pgoyette-compat]: syscalls.master

Log Message:
Don't #ifdef out the NTP compat calls.

The syscall number needs to be defined (for the autoload table) whether
or not the compat code is built in.  The compat code will be included
in the module in all cases, but it makes explicit checks to ensure that
NTP code exists before executing.


To generate a diff of this commit:
cvs rdiff -u -r1.120.2.17 -r1.120.2.18 \
    src/sys/compat/netbsd32/syscalls.master

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