summaryrefslogtreecommitdiff
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-05-23 05:17:21 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-05-23 05:17:21 +0000
commitfb081891821e400d40e4083efc900317d5d6a884 (patch)
tree4a9b16ad30b8dd4a8f2536e014e163c9a6bfd7e9 /sbin/dump/dump.h
parent15fdc289ce222a608352cd35ff7a6cf799b88002 (diff)
Canonicalize all devices to DUIDs in order to make -w and -W output consistent.
Based on diff from Manuel Giraud (manuel (at) ledu-giraud.fr) Thanks!
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index b7436ba4524..83023c68773 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dump.h,v 1.23 2015/05/03 01:44:34 guenther Exp $ */
+/* $OpenBSD: dump.h,v 1.24 2015/05/23 05:17:20 guenther Exp $ */
/* $NetBSD: dump.h,v 1.11 1997/06/05 11:13:20 lukem Exp $ */
/*-
@@ -125,6 +125,7 @@ __dead void dumpabort(int signo);
void getfstab(void);
char *rawname(char *cp);
+char *getduid(char *path);
union dinode *getino(ino_t inum, int *mode);
/* rdump routines */