X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/lmem.h diff --git a/lmem.h b/lmem.h index 3f84c6e..f7cb6ed 100644 --- a/lmem.h +++ b/lmem.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: lmem.h,v 1.4 2000/12/06 20:33:27 mdw Exp $ + * $Id: lmem.h,v 1.5 2004/04/08 01:36:15 mdw Exp $ * * Locked memory allocation * @@ -27,24 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: lmem.h,v $ - * Revision 1.4 2000/12/06 20:33:27 mdw - * Make flags be macros rather than enumerations, to ensure that they're - * unsigned. - * - * Revision 1.3 2000/07/29 21:58:15 mdw - * (l_destroy): New function for destroying locked memory blocks. - * - * Revision 1.2 2000/06/17 11:29:38 mdw - * Add arena support. - * - * Revision 1.1 1999/12/22 16:02:52 mdw - * Interface to allocating `locked' memory (which isn't paged out). - * - */ - #ifndef CATACOMB_LMEM_H #define CATACOMB_LMEM_H