renaname glue.c to sodium_module.c and remove libsodium_errno which is unused.

This commit is contained in:
christos 2021-08-21 09:08:08 +00:00
parent cd8f9793e1
commit ce29f9c339
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: glue.c,v 1.2 2021/08/17 17:30:01 christos Exp $ */
/* $NetBSD: sodium_module.c,v 1.1 2021/08/21 09:08:08 christos Exp $ */
/*-
* Copyright (c) 2021 The NetBSD Foundation, Inc.
@ -27,14 +27,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: glue.c,v 1.2 2021/08/17 17:30:01 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sodium_module.c,v 1.1 2021/08/21 09:08:08 christos Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/module.h>
int libsodium_errno;
MODULE(MODULE_CLASS_MISC, sodium, NULL);
static int