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.25 (requested by tron):
details: https://anonhg.NetBSD.org/src/rev/ebbe095d2b04
branches: netbsd-1-5
changeset: 491755:ebbe095d2b04
user: he <he%NetBSD.org@localhost>
date: Tue May 15 21:55:45 2001 +0000
description:
Pull up revision 1.25 (requested by tron):
Fix bug in new ``e'' option: only eject tape if it is full, not
if the dump was finished.
diffstat:
sbin/dump/dump.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 957656f63c13 -r ebbe095d2b04 sbin/dump/dump.h
--- a/sbin/dump/dump.h Tue May 15 21:44:28 2001 +0000
+++ b/sbin/dump/dump.h Tue May 15 21:55:45 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dump.h,v 1.19.6.2 2001/05/09 19:16:07 he Exp $ */
+/* $NetBSD: dump.h,v 1.19.6.3 2001/05/15 21:55:45 he Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -196,7 +196,7 @@
void close_rewind __P((void));
void dumpblock __P((daddr_t blkno, int size));
void startnewtape __P((int top));
-void trewind __P((void));
+void trewind __P((int));
void writerec __P((char *dp, int isspcl));
void Exit __P((int status));
Home |
Main Index |
Thread Index |
Old Index