[BACK]Return to test-mmap.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/test-mmap.c between version 1.4 and 1.5

version 1.4, 2014/01/04 01:11:00 version 1.5, 2014/08/05 16:00:37
Line 1 
Line 1 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/mman.h>  #include <sys/mman.h>
   #include <stddef.h>
   
 int  int
 main(void)  main(void)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb