diff options
author | jkh <jkh@FreeBSD.org> | 1993-07-30 10:51:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1993-07-30 10:51:58 +0000 |
commit | 23476fb8a19e48238a63ca7b72bc0b86979c5394 (patch) | |
tree | dd995979d4d25c31b8da68d5fa7d1ec01b75e323 | |
parent | 2366a822335e391ec97f45247d79064dba141c35 (diff) | |
download | FreeBSD-src-23476fb8a19e48238a63ca7b72bc0b86979c5394.zip FreeBSD-src-23476fb8a19e48238a63ca7b72bc0b86979c5394.tar.gz |
Now have very necessary include safety checks
-rw-r--r-- | sys/sys/rlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/rlist.h b/sys/sys/rlist.h index bd468b1..0db798e 100644 --- a/sys/sys/rlist.h +++ b/sys/sys/rlist.h @@ -14,7 +14,7 @@ * Usage: * rlist_free(&swapmap, 100, 200); add space to swapmap * rlist_alloc(&swapmap, 100, &loc); obtain 100 sectors from swap - * $Header: /usr/bill/working/sys/sys/RCS/rlist.h,v 1.2 92/01/21 21:23:48 william Exp $ + * $Header: /a/cvs/386BSD/src/sys.386bsd/sys/rlist.h,v 1.1.1.1 1993/06/12 14:58:17 rgrimes Exp $ */ /* A resource list element. */ |