Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/dump restore needs the rcmd operations.



details:   https://anonhg.NetBSD.org/src/rev/ea507b36c274
branches:  trunk
changeset: 503328:ea507b36c274
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 04 21:37:29 2001 +0000

description:
restore needs the rcmd operations.

diffstat:

 sbin/dump/dump.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 6a8ddcd37414 -r ea507b36c274 sbin/dump/dump.h
--- a/sbin/dump/dump.h  Sun Feb 04 21:33:19 2001 +0000
+++ b/sbin/dump/dump.h  Sun Feb 04 21:37:29 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dump.h,v 1.22 2001/02/04 21:33:19 christos Exp $       */
+/*     $NetBSD: dump.h,v 1.23 2001/02/04 21:37:29 christos Exp $       */
 
 /*-
  * Copyright (c) 1980, 1993
@@ -207,12 +207,12 @@
 struct dinode *getino __P((ino_t inum));
 
 /* rdump routines */
-#ifdef RDUMP
+#if defined(RDUMP) || defined(RRESTORE)
 void   rmtclose __P((void));
 int    rmthost __P((char *host));
 int    rmtopen __P((char *tape, int mode));
 int    rmtwrite __P((char *buf, int count));
-#endif /* RDUMP */
+#endif /* RDUMP || RRESTORE */
 
 void   interrupt __P((int signo));     /* in case operator bangs on console */
 



Home | Main Index | Thread Index | Old Index