From 7677b07a714e16bc48aa541e1deb807f2ce0774e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 19 Nov 2015 17:27:23 +0100 Subject: mark kdbus fd's as so --- sysgen/sysgen.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysgen') diff --git a/sysgen/sysgen.go b/sysgen/sysgen.go index 74639a7f0..0e275cdf0 100644 --- a/sysgen/sysgen.go +++ b/sysgen/sysgen.go @@ -330,6 +330,8 @@ func fmtFdKind(s string) string { return "FdDRI" case "fuse": return "FdFuse" + case "kdbus": + return "FdKdbus" default: failf("bad fd type %v", s) return "" -- cgit mrf-deployment