X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Ftemp-file.c;h=cc90a37559b2cb532e8cc60f5589da531b8bd211;hb=484653b70e9ddc0100c8eb1cccccb2ad1ccd7824;hp=03e6f18e61229e4717e2881e51d4728f2cc5cf5c;hpb=4b7d778c73a7679a45fe6295940ed46a4aa6606f;p=pspp diff --git a/src/libpspp/temp-file.c b/src/libpspp/temp-file.c index 03e6f18e61..cc90a37559 100644 --- a/src/libpspp/temp-file.c +++ b/src/libpspp/temp-file.c @@ -43,7 +43,7 @@ static void cleanup (void); static struct temp_dir *temp_dir; -struct hmapx map; +static struct hmapx map; static void setup (void)