From b355a29150a920cd6b44ed36710897f0b3356c03 Mon Sep 17 00:00:00 2001 From: mpl Date: Wed, 22 Aug 2012 15:09:42 +0200 Subject: [PATCH] just one missing map[string]interface{} -> Map conversion Change-Id: I616ef7260dac9187ea5157f8d47c1b05815ad723 --- pkg/schema/schema_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/schema/schema_linux.go b/pkg/schema/schema_linux.go index cd78e0601..7132b3186 100644 --- a/pkg/schema/schema_linux.go +++ b/pkg/schema/schema_linux.go @@ -13,7 +13,7 @@ func init() { populateSchemaStat = append(populateSchemaStat, populateSchemaCtime) } -func populateSchemaCtime(m map[string]interface{}, fi os.FileInfo) { +func populateSchemaCtime(m Map, fi os.FileInfo) { st, ok := fi.Sys().(*syscall.Stat_t) if !ok { return