Skip to content

Commit f5d7587

Browse files
committed
use <> rather than "" for #include mntopts.h
1 parent b2f39a1 commit f5d7587

File tree

17 files changed

+50
-50
lines changed

17 files changed

+50
-50
lines changed

sbin/mount_ados/mount_ados.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_ados.c,v 1.15 2003/02/14 16:21:48 grant Exp $ */
1+
/* $NetBSD: mount_ados.c,v 1.16 2003/03/22 11:15:45 jdolecek Exp $ */
22

33
/*
44
* Copyright (c) 1994 Christopher G. Demetriou
@@ -36,7 +36,7 @@
3636

3737
#include <sys/cdefs.h>
3838
#ifndef lint
39-
__RCSID("$NetBSD: mount_ados.c,v 1.15 2003/02/14 16:21:48 grant Exp $");
39+
__RCSID("$NetBSD: mount_ados.c,v 1.16 2003/03/22 11:15:45 jdolecek Exp $");
4040
#endif /* not lint */
4141

4242
#include <sys/cdefs.h>
@@ -54,7 +54,7 @@ __RCSID("$NetBSD: mount_ados.c,v 1.15 2003/02/14 16:21:48 grant Exp $");
5454

5555
#include <adosfs/adosfs.h>
5656

57-
#include "mntopts.h"
57+
#include <mntopts.h>
5858
#include <errno.h>
5959
#include <fattr.h>
6060

sbin/mount_cd9660/mount_cd9660.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_cd9660.c,v 1.16 2003/01/06 20:30:31 wiz Exp $ */
1+
/* $NetBSD: mount_cd9660.c,v 1.17 2003/03/22 11:15:47 jdolecek Exp $ */
22

33
/*
44
* Copyright (c) 1992, 1993, 1994
@@ -50,7 +50,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\n\
5050
#if 0
5151
static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95";
5252
#else
53-
__RCSID("$NetBSD: mount_cd9660.c,v 1.16 2003/01/06 20:30:31 wiz Exp $");
53+
__RCSID("$NetBSD: mount_cd9660.c,v 1.17 2003/03/22 11:15:47 jdolecek Exp $");
5454
#endif
5555
#endif /* not lint */
5656

@@ -66,7 +66,7 @@ __RCSID("$NetBSD: mount_cd9660.c,v 1.16 2003/01/06 20:30:31 wiz Exp $");
6666

6767
#include <isofs/cd9660/cd9660_mount.h>
6868

69-
#include "mntopts.h"
69+
#include <mntopts.h>
7070

7171
static const struct mntopt mopts[] = {
7272
MOPT_STDOPTS,

sbin/mount_ext2fs/mount_ext2fs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_ext2fs.c,v 1.9 2002/09/21 18:43:33 christos Exp $ */
1+
/* $NetBSD: mount_ext2fs.c,v 1.10 2003/03/22 11:15:48 jdolecek Exp $ */
22

33
/*-
44
* Copyright (c) 1993, 1994
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993, 1994\n\
4343
#if 0
4444
static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95";
4545
#else
46-
__RCSID("$NetBSD: mount_ext2fs.c,v 1.9 2002/09/21 18:43:33 christos Exp $");
46+
__RCSID("$NetBSD: mount_ext2fs.c,v 1.10 2003/03/22 11:15:48 jdolecek Exp $");
4747
#endif
4848
#endif /* not lint */
4949

@@ -59,7 +59,7 @@ __RCSID("$NetBSD: mount_ext2fs.c,v 1.9 2002/09/21 18:43:33 christos Exp $");
5959
#include <string.h>
6060
#include <unistd.h>
6161

62-
#include "mntopts.h"
62+
#include <mntopts.h>
6363

6464
static void ext2fs_usage __P((void));
6565
int main __P((int, char *[]));

sbin/mount_fdesc/mount_fdesc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_fdesc.c,v 1.12 2002/09/21 18:43:34 christos Exp $ */
1+
/* $NetBSD: mount_fdesc.c,v 1.13 2003/03/22 11:15:48 jdolecek Exp $ */
22

33
/*
44
* Copyright (c) 1990, 1992 Jan-Simon Pendry
@@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\n\
4747
#if 0
4848
static char sccsid[] = "@(#)mount_fdesc.c 8.3 (Berkeley) 4/26/95";
4949
#else
50-
__RCSID("$NetBSD: mount_fdesc.c,v 1.12 2002/09/21 18:43:34 christos Exp $");
50+
__RCSID("$NetBSD: mount_fdesc.c,v 1.13 2003/03/22 11:15:48 jdolecek Exp $");
5151
#endif
5252
#endif /* not lint */
5353

@@ -60,7 +60,7 @@ __RCSID("$NetBSD: mount_fdesc.c,v 1.12 2002/09/21 18:43:34 christos Exp $");
6060
#include <stdlib.h>
6161
#include <string.h>
6262

63-
#include "mntopts.h"
63+
#include <mntopts.h>
6464

6565
static const struct mntopt mopts[] = {
6666
MOPT_STDOPTS,

sbin/mount_ffs/mount_ffs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_ffs.c,v 1.13 2002/09/21 18:43:34 christos Exp $ */
1+
/* $NetBSD: mount_ffs.c,v 1.14 2003/03/22 11:15:49 jdolecek Exp $ */
22

33
/*-
44
* Copyright (c) 1993, 1994
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993, 1994\n\
4343
#if 0
4444
static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95";
4545
#else
46-
__RCSID("$NetBSD: mount_ffs.c,v 1.13 2002/09/21 18:43:34 christos Exp $");
46+
__RCSID("$NetBSD: mount_ffs.c,v 1.14 2003/03/22 11:15:49 jdolecek Exp $");
4747
#endif
4848
#endif /* not lint */
4949

@@ -59,7 +59,7 @@ __RCSID("$NetBSD: mount_ffs.c,v 1.13 2002/09/21 18:43:34 christos Exp $");
5959
#include <string.h>
6060
#include <unistd.h>
6161

62-
#include "mntopts.h"
62+
#include <mntopts.h>
6363

6464
static void ffs_usage __P((void));
6565
int main __P((int, char *[]));

sbin/mount_filecore/mount_filecore.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_filecore.c,v 1.6 2003/01/06 20:30:31 wiz Exp $ */
1+
/* $NetBSD: mount_filecore.c,v 1.7 2003/03/22 11:15:49 jdolecek Exp $ */
22

33
/*
44
* Copyright (c) 1998 Andrew McMurry
@@ -62,7 +62,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\
6262

6363
#include <filecorefs/filecore_mount.h>
6464

65-
#include "mntopts.h"
65+
#include <mntopts.h>
6666
#include <fattr.h>
6767

6868
static const struct mntopt mopts[] = {

sbin/mount_kernfs/mount_kernfs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_kernfs.c,v 1.13 2002/09/21 18:43:35 christos Exp $ */
1+
/* $NetBSD: mount_kernfs.c,v 1.14 2003/03/22 11:15:50 jdolecek Exp $ */
22

33
/*
44
* Copyright (c) 1990, 1992 Jan-Simon Pendry
@@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\n\
4747
#if 0
4848
static char sccsid[] = "@(#)mount_kernfs.c 8.3 (Berkeley) 5/4/95";
4949
#else
50-
__RCSID("$NetBSD: mount_kernfs.c,v 1.13 2002/09/21 18:43:35 christos Exp $");
50+
__RCSID("$NetBSD: mount_kernfs.c,v 1.14 2003/03/22 11:15:50 jdolecek Exp $");
5151
#endif
5252
#endif /* not lint */
5353

@@ -60,7 +60,7 @@ __RCSID("$NetBSD: mount_kernfs.c,v 1.13 2002/09/21 18:43:35 christos Exp $");
6060
#include <stdlib.h>
6161
#include <string.h>
6262

63-
#include "mntopts.h"
63+
#include <mntopts.h>
6464

6565
static const struct mntopt mopts[] = {
6666
MOPT_STDOPTS,

sbin/mount_lfs/mount_lfs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_lfs.c,v 1.15 2003/02/18 13:16:48 jdolecek Exp $ */
1+
/* $NetBSD: mount_lfs.c,v 1.16 2003/03/22 11:15:50 jdolecek Exp $ */
22

33
/*-
44
* Copyright (c) 1993, 1994
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993, 1994\n\
4343
#if 0
4444
static char sccsid[] = "@(#)mount_lfs.c 8.4 (Berkeley) 4/26/95";
4545
#else
46-
__RCSID("$NetBSD: mount_lfs.c,v 1.15 2003/02/18 13:16:48 jdolecek Exp $");
46+
__RCSID("$NetBSD: mount_lfs.c,v 1.16 2003/03/22 11:15:50 jdolecek Exp $");
4747
#endif
4848
#endif /* not lint */
4949

@@ -62,7 +62,7 @@ __RCSID("$NetBSD: mount_lfs.c,v 1.15 2003/02/18 13:16:48 jdolecek Exp $");
6262

6363
#include <signal.h>
6464

65-
#include "mntopts.h"
65+
#include <mntopts.h>
6666
#include "pathnames.h"
6767

6868
static const struct mntopt mopts[] = {

sbin/mount_msdos/mount_msdos.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_msdos.c,v 1.26 2003/02/14 16:21:48 grant Exp $ */
1+
/* $NetBSD: mount_msdos.c,v 1.27 2003/03/22 11:15:51 jdolecek Exp $ */
22

33
/*
44
* Copyright (c) 1994 Christopher G. Demetriou
@@ -36,7 +36,7 @@
3636

3737
#include <sys/cdefs.h>
3838
#ifndef lint
39-
__RCSID("$NetBSD: mount_msdos.c,v 1.26 2003/02/14 16:21:48 grant Exp $");
39+
__RCSID("$NetBSD: mount_msdos.c,v 1.27 2003/03/22 11:15:51 jdolecek Exp $");
4040
#endif /* not lint */
4141

4242
#include <sys/cdefs.h>
@@ -54,7 +54,7 @@ __RCSID("$NetBSD: mount_msdos.c,v 1.26 2003/02/14 16:21:48 grant Exp $");
5454
#include <unistd.h>
5555
#include <util.h>
5656

57-
#include "mntopts.h"
57+
#include <mntopts.h>
5858
#include <fattr.h>
5959

6060
static const struct mntopt mopts[] = {

sbin/mount_nfs/mount_nfs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_nfs.c,v 1.36 2002/10/21 03:58:08 enami Exp $ */
1+
/* $NetBSD: mount_nfs.c,v 1.37 2003/03/22 11:15:52 jdolecek Exp $ */
22

33
/*
44
* Copyright (c) 1992, 1993, 1994
@@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\n\
4646
#if 0
4747
static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95";
4848
#else
49-
__RCSID("$NetBSD: mount_nfs.c,v 1.36 2002/10/21 03:58:08 enami Exp $");
49+
__RCSID("$NetBSD: mount_nfs.c,v 1.37 2003/03/22 11:15:52 jdolecek Exp $");
5050
#endif
5151
#endif /* not lint */
5252

@@ -91,7 +91,7 @@ __RCSID("$NetBSD: mount_nfs.c,v 1.36 2002/10/21 03:58:08 enami Exp $");
9191
#include <unistd.h>
9292
#include <util.h>
9393

94-
#include "mntopts.h"
94+
#include <mntopts.h>
9595

9696
#define ALTF_BG 0x1
9797
#define ALTF_CONN 0x2

0 commit comments

Comments
 (0)