0
0
mirror of https://github.com/vim/vim.git synced 2025-10-13 06:54:15 -04:00

Correct use of long instead of off_t for file size. (James Vega)

This commit is contained in:
Bram Moolenaar
2010-05-31 21:59:46 +02:00
parent 20a825ae0f
commit 914703bee2
11 changed files with 334 additions and 119 deletions

View File

@@ -93,6 +93,7 @@
#include <stdlib.h>
#include <time.h>
#include <sys/types.h>
#ifndef STRICT
# define STRICT