summaryrefslogtreecommitdiff
path: root/usr.sbin/sup/lib/supmsg.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-12-26 05:03:11 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-12-26 05:03:11 +0000
commit4e280885938731f86e75a3c146ce2ce4fec99d1f (patch)
treead3e96caee4fc9d4abc6511e1a60451468df6953 /usr.sbin/sup/lib/supmsg.h
parentd14071a4b3f94fc0205683a8186f924d8afa6357 (diff)
Notes
Diffstat (limited to 'usr.sbin/sup/lib/supmsg.h')
-rw-r--r--usr.sbin/sup/lib/supmsg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/sup/lib/supmsg.h b/usr.sbin/sup/lib/supmsg.h
index b30ea9a46a45..e6185c486ba0 100644
--- a/usr.sbin/sup/lib/supmsg.h
+++ b/usr.sbin/sup/lib/supmsg.h
@@ -33,6 +33,11 @@
* across the network to save BandWidth
*
* $Log: supmsg.h,v $
+ * Revision 1.1.1.1 1995/12/26 04:54:47 peter
+ * Import the unmodified version of the sup that we are using.
+ * The heritage of this version is not clear. It appears to be NetBSD
+ * derived from some time ago.
+ *
* Revision 1.1.1.1 1993/08/21 00:46:35 jkh
* Current sup with compression support.
*
@@ -170,6 +175,7 @@ EXTERN TREE *refuseT; /* tree of files to refuse */
/* msglist */
EXTERN TREE *listT; /* tree of files to list */
+EXTERN TREE *renameT; /* tree of file rename targets */
EXTERN long scantime; /* time that collection was scanned */
/* msgneed */