1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-23 05:34:18 +00:00

remove unused extern

This commit is contained in:
jsg
2025-11-30 23:46:03 +00:00
parent 2e871bec67
commit 8eb219b328

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: vnconfig.c,v 1.14 2024/11/09 10:57:06 sobrado Exp $ */
/* $OpenBSD: vnconfig.c,v 1.15 2025/11/30 23:46:03 jsg Exp $ */
/*
* Copyright (c) 1993 University of Utah.
* Copyright (c) 1990, 1993
@@ -73,7 +73,6 @@ main(int argc, char **argv)
char *key = NULL, *rounds = NULL, *saltopt = NULL;
char *file, *vnd;
size_t keylen = 0;
extern char *__progname;
struct disklabel *dp = NULL;
action = VND_CONFIG;