mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 16:32:25 +01:00
Fix build.
This commit is contained in:
parent
1171033fec
commit
78f606edb4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135094
@ -26,13 +26,15 @@
|
||||
* $Id: mount_autofs.c,v 1.5 2004/09/08 08:12:21 bright Exp $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/uio.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <err.h>
|
||||
#include <unistd.h>
|
||||
|
||||
void usage(void);
|
||||
|
||||
@ -77,7 +79,7 @@ mymount(char *type, char *dir, int flags, void *data)
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
int error, i;
|
||||
int error;
|
||||
int ch;
|
||||
|
||||
progname = argv[0];
|
||||
|
Loading…
Reference in New Issue
Block a user