mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:25:07 -05:00
Fix compiler warnings on NetBSD
This commit is contained in:
@@ -281,7 +281,6 @@ SYS_NetBSD_Initialise(void)
|
||||
};
|
||||
|
||||
kvm_t *kt;
|
||||
FILE *fp;
|
||||
|
||||
kt = kvm_open(NULL, NULL, NULL, O_RDONLY, NULL);
|
||||
if (!kt) {
|
||||
|
||||
Reference in New Issue
Block a user