release
[hcoop/zz_old/debian/djbdns.git] / open_read.c
CommitLineData
dc0d77d7
CE
1#include <sys/types.h>
2#include <fcntl.h>
3#include "open.h"
4
5int open_read(const char *fn)
6{ return open(fn,O_RDONLY | O_NDELAY); }