From fb081891821e400d40e4083efc900317d5d6a884 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sat, 23 May 2015 05:17:21 +0000 Subject: 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! --- sbin/dump/dump.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/dump/dump.h') 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 */ -- cgit v1.2.3