[BACK]Return to buffer.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/buffer.c between version 1.75 and 1.76

version 1.75, 2011/01/18 17:35:42 version 1.76, 2011/01/21 19:10:13
Line 6 
Line 6 
  *              Buffer handling.   *              Buffer handling.
  */   */
   
 #include <libgen.h>  
 #include <stdarg.h>  
   
 #include "def.h"  #include "def.h"
 #include "kbd.h"                /* needed for modes */  #include "kbd.h"                /* needed for modes */
   
   #include <libgen.h>
   #include <stdarg.h>
   
 static struct buffer  *makelist(void);  static struct buffer  *makelist(void);
 static struct buffer *bnew(const char *);  static struct buffer *bnew(const char *);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76