-/* $OpenBSD: vipw.c,v 1.19 2016/11/07 23:04:55 mestre Exp $ */
+/* $OpenBSD: vipw.c,v 1.20 2017/06/29 08:45:20 tb Exp $ */
/*
* Copyright (c) 1987, 1993, 1994
#include <sys/stat.h>
#include <err.h>
+#include <fcntl.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <fcntl.h>
#include <util.h>
-void copyfile(int, int, struct stat *);
-void usage(void);
+void copyfile(int, int, struct stat *);
+__dead void usage(void);
int
main(int argc, char *argv[])
(void)futimens(to, ts);
}
-void
+__dead void
usage(void)
{
extern char *__progname;