summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1999-02-23 17:00:53 +0000
committermrg <mrg@NetBSD.org>1999-02-23 17:00:53 +0000
commitbdadd563467b7b7d05dc175dfb8a27fea030c845 (patch)
treec688a2485d573179f6aeed6b6fc4025f342db0b6 /include
parentcd577c539a10c1aa5d59f3d6cfaab5f55c218c0b (diff)
add a new fstab type "dp" for the user-specified dump device.
change swapctl -A to see this and add it via swapctl(2). also add a new swapctl -D <device> to change the dump device on the fly.
Diffstat (limited to 'include')
-rw-r--r--include/fstab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fstab.h b/include/fstab.h
index 03f8e55b494..5d52cf35db3 100644
--- a/include/fstab.h
+++ b/include/fstab.h
@@ -1,4 +1,4 @@
-/* $NetBSD: fstab.h,v 1.8 1998/07/27 11:14:34 mycroft Exp $ */
+/* $NetBSD: fstab.h,v 1.9 1999/02/23 17:00:53 mrg Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -58,6 +58,7 @@
#define FSTAB_RQ "rq" /* read/write with quotas */
#define FSTAB_RO "ro" /* read-only device */
#define FSTAB_SW "sw" /* swap device */
+#define FSTAB_DP "dp" /* dump device */
#define FSTAB_XX "xx" /* ignore totally */
struct fstab {