From 3f968db8abf6c67688eb68269c1c0be0e3f0fb1b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 18 Feb 2017 17:29:28 +0000 Subject: resolve trivial differences with OpenBSD: * we include for size_t, so we don't need * sort declarations in read_whole_file() --- read.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/read.c b/read.c index 6d831c48..3e5d4116 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.160 2017/02/03 18:18:23 schwarze Exp $ */ +/* $Id: read.c,v 1.161 2017/02/18 17:29:28 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include @@ -603,12 +602,11 @@ static int read_whole_file(struct mparse *curp, const char *file, int fd, struct buf *fb, int *with_mmap) { + struct stat st; gzFile gz; size_t off; ssize_t ssz; - struct stat st; - if (fstat(fd, &st) == -1) err((int)MANDOCLEVEL_SYSERR, "%s", file); -- cgit v1.2.3-56-ge451