From ac8fe993efb2f1397ae16d55dd47f7483cf773e9 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 6 Jul 1993 00:25:26 +0000 Subject: [PATCH] add rmap routines written by Wolfgang Solfrank to the tree, so that they can be used to (eventually) replace rlists. --- sys/kern/subr_rmap.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sys/kern/subr_rmap.c diff --git a/sys/kern/subr_rmap.c b/sys/kern/subr_rmap.c new file mode 100644 index 000000000000..0ad3599654f0 --- /dev/null +++ b/sys/kern/subr_rmap.c @@ -0,0 +1 @@ +revision 1.1 intentionally removed