Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/dump Pull up revision 1.27 (via patch, requested b...
details: https://anonhg.NetBSD.org/src/rev/5daab8aec057
branches: netbsd-1-5
changeset: 493010:5daab8aec057
user: he <he%NetBSD.org@localhost>
date: Thu Mar 28 22:39:44 2002 +0000
description:
Pull up revision 1.27 (via patch, requested by bouyer):
Improve behaviour when a path is given:
1) check if the path is an unmounted file system listed in fstab
2) check if it is a path to a mounted file system not listed in fstab
Fixes PR#15790.
diffstat:
sbin/dump/dump.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 91a595e037b2 -r 5daab8aec057 sbin/dump/dump.h
--- a/sbin/dump/dump.h Wed Mar 27 10:20:51 2002 +0000
+++ b/sbin/dump/dump.h Thu Mar 28 22:39:44 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dump.h,v 1.19.6.7 2002/01/17 10:15:19 he Exp $ */
+/* $NetBSD: dump.h,v 1.19.6.8 2002/03/28 22:39:44 he Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -231,6 +231,7 @@
#define DIALUP "ttyd" /* prefix for dialups */
struct fstab *fstabsearch __P((char *key)); /* search fs_file and fs_spec */
+struct statfs *mntinfosearch __P((const char *key));
#ifndef NAME_MAX
#define NAME_MAX 255
Home |
Main Index |
Thread Index |
Old Index