Module Name: src
Committed By: pgoyette
Date: Thu Sep 13 23:33:56 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: kern_time_50.c
Log Message:
Remove duplicate syscall package entry for ntp_gettime30. Duplicate
entries cause a panic when disestablishing, since when it looks at the
second entry it finds that the entrypoint doesn't match what's in the
package (it's alrady been reverted to sys_nosys() by the first entry.)
To generate a diff of this commit:
cvs rdiff -u -r1.31.16.2 -r1.31.16.3 src/sys/compat/common/kern_time_50.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.