From 699cab94a49abc83afd3f0db2c1d88b951412b49 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 12 Jun 2007 07:12:02 +0000 Subject: [PATCH] Fix FreeBSDism (#113). git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1509 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvarnish/vpf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/lib/libvarnish/vpf.c b/varnish-cache/lib/libvarnish/vpf.c index f26ae0bc..20f159e6 100644 --- a/varnish-cache/lib/libvarnish/vpf.c +++ b/varnish-cache/lib/libvarnish/vpf.c @@ -50,7 +50,7 @@ struct pidfh { int pf_fd; char pf_path[MAXPATHLEN + 1]; - __dev_t pf_dev; + dev_t pf_dev; ino_t pf_ino; }; -- 2.39.5