diff options
author | dillon <dillon@FreeBSD.org> | 1999-01-21 08:58:41 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1999-01-21 08:58:41 +0000 |
commit | ed80311739f18840e923bef5d75754e60f7d2b8a (patch) | |
tree | 49a6952b11f3ec78c85a40f42b97f5768e662af7 /sys | |
parent | df24433bbe29112b4b9c9f38e80ba6cfb6988cb0 (diff) | |
download | FreeBSD-src-ed80311739f18840e923bef5d75754e60f7d2b8a.zip FreeBSD-src-ed80311739f18840e923bef5d75754e60f7d2b8a.tar.gz |
This module was used only by the old swapper and has been #if'd out,
and will be eventually removed if no other use is found for it.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/subr_rlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index 810b87e..80a39cf 100644 --- a/sys/kern/subr_rlist.c +++ b/sys/kern/subr_rlist.c @@ -56,7 +56,7 @@ * * --------- DEPRECIATED --------- * - * $Id: subr_rlist.c,v 1.29 1999/01/10 01:58:25 eivind Exp $ + * $Id: subr_rlist.c,v 1.30 1999/01/21 08:29:04 dillon Exp $ */ #if 0 |