Commit 708cec81 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

This file is derived from FreeBSD's flopen.c and does not need "verror.h"

but only "errno.h"
parent 02916817
......@@ -32,13 +32,13 @@
#include <sys/file.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include "vfl.h"
#include "verrno.h"
/*
* Reliably open and lock a file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment