[BACK]Return to mpool.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Attic/mpool.h between version 1.2 and 1.3

version 1.2, 1996/05/07 09:02:18 version 1.3, 1997/02/27 00:57:11
Line 35 
Line 35 
  *      @(#)mpool.h     8.2 (Berkeley) 7/14/94   *      @(#)mpool.h     8.2 (Berkeley) 7/14/94
  */   */
   
   #ifndef _MPOOL_H_
   #define _MPOOL_H_
   
 #include <sys/queue.h>  #include <sys/queue.h>
   
 /*  /*
Line 99 
Line 102 
 void     mpool_stat __P((MPOOL *));  void     mpool_stat __P((MPOOL *));
 #endif  #endif
 __END_DECLS  __END_DECLS
   
   #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3