diff options
Diffstat (limited to 'sys/include/vm/dynalloc.h')
-rw-r--r-- | sys/include/vm/dynalloc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/include/vm/dynalloc.h b/sys/include/vm/dynalloc.h index 8c51a55..f1a949d 100644 --- a/sys/include/vm/dynalloc.h +++ b/sys/include/vm/dynalloc.h @@ -27,6 +27,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* + * For documentation: See dynalloc(9) + */ + #ifndef _VM_DYNALLOC_H_ #define _VM_DYNALLOC_H_ |