diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-16 04:09:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-16 04:09:23 +0000 |
commit | 37a2a2ea4e70e9817d2fece98f2fd0ca3c5af063 (patch) | |
tree | c87c5125ae68ab8ebe825be7d23d9279590ab2cf /sbin/dump/main.c | |
parent | 71e467609aa8b850b392510d049e8a79664efedc (diff) |
_PATH_DEFTAPE is now defined in <paths.h>
Change man page to reflect new default tape drive (/dev/rst0)
Diffstat (limited to 'sbin/dump/main.c')
-rw-r--r-- | sbin/dump/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 13dd46f06fe..debad044477 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.15 1997/02/25 17:37:20 millert Exp $ */ +/* $OpenBSD: main.c,v 1.16 1997/04/16 04:09:21 millert Exp $ */ /* $NetBSD: main.c,v 1.8 1996/03/15 22:39:32 scottr Exp $ */ /*- @@ -67,6 +67,7 @@ static char rcsid[] = "$NetBSD: main.c,v 1.8 1996/03/15 22:39:32 scottr Exp $"; #include <errno.h> #include <fcntl.h> #include <fstab.h> +#include <paths.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> |