X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Foptr.c;fp=dump%2Foptr.c;h=b9a05c26d4bb9c45b9e1de4b2760ab747583ea65;hp=5f275ed5b75487ac68454f7ce4ef3e54db9d0338;hb=a8a6a503ecc2a6be01671a2a1de47a90baad37a7;hpb=1daf06b9786eb9669d929f40755e6252b238f220 diff --git a/dump/optr.c b/dump/optr.c index 5f275ed..b9a05c2 100644 --- a/dump/optr.c +++ b/dump/optr.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: optr.c,v 1.34 2003/01/21 10:42:27 stelian Exp $"; + "$Id: optr.c,v 1.35 2003/02/04 12:24:40 stelian Exp $"; #endif /* not lint */ #include @@ -487,7 +487,7 @@ getfstab(void) struct pfstab *pf; struct pfstab *pfold = NULL; FILE *mntfp; - char *mnttables[] = { _PATH_MNTTAB, _PATH_MOUNTED, 0 }; + char *mnttables[] = { _PATH_MOUNTED, _PATH_MNTTAB, 0 }; int i; for (i = 0; mnttables[i]; i++) {