Commit cf9bb621 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Fix FreeBSDism (#113).


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1509 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent fa6b9eac
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
struct pidfh { struct pidfh {
int pf_fd; int pf_fd;
char pf_path[MAXPATHLEN + 1]; char pf_path[MAXPATHLEN + 1];
__dev_t pf_dev; dev_t pf_dev;
ino_t pf_ino; ino_t pf_ino;
}; };
......
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