diff --git a/usr.sbin/flashctl/flashctl.c b/usr.sbin/flashctl/flashctl.c index 020ac7d84235..2899a7b8ca69 100644 --- a/usr.sbin/flashctl/flashctl.c +++ b/usr.sbin/flashctl/flashctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: flashctl.c,v 1.6 2023/01/08 15:49:51 rillig Exp $ */ +/* $NetBSD: flashctl.c,v 1.7 2023/01/08 15:52:30 rillig Exp $ */ /*- * Copyright (c) 2010 Department of Software Engineering, @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#include +__RCSID("$NetBSD: flashctl.c,v 1.7 2023/01/08 15:52:30 rillig Exp $"); + #include #include #include @@ -45,8 +48,8 @@ #include -void usage(void); -int to_intmax(intmax_t *, const char *); +static void usage(void); +static int to_intmax(intmax_t *, const char *); int main(int argc, char **argv)