$OpenBSD: patch-src_utils_lib_os_stubs_h,v 1.1 2015/12/23 14:46:06 dcoppa Exp $

commit cca5f2d631c790ffc79e7533653315c8acb85875
Author: Christopher Meng <i@cicku.me>
Date:   Thu Mar 5 07:41:14 2015 -0500

Fix compilation errors with gcc5

--- src/utils/lib/os_stubs.h.orig	Wed Dec 23 14:52:37 2015
+++ src/utils/lib/os_stubs.h	Wed Dec 23 14:52:55 2015
@@ -155,8 +155,8 @@ extern OFF_T os_lseek(OS_FD fd, OFF_T pos, int dir);
 extern void os_ftruncate(OS_FD fd, OFF_T len, int sparse);
 extern ssize_t os_read(OS_FD fd, char *buf, size_t len);
 extern int os_getdtablesize();
-extern int64 os_getfdsize(OS_FD fd);
-extern int64 os_getfilesize(char *path);
+extern int64_t os_getfdsize(OS_FD fd);
+extern int64_t os_getfilesize(char *path);
 extern void os_set_nonblock(OS_SOCKET fd);
 extern void os_uname(char buf[]);
 extern int os_os_supported();
