From 2aba3aa728c712fde113db8566fa25e2cf945492 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Fri, 27 Mar 2015 15:02:36 +0000 Subject: we now know it can happen. stop the annoying message until a proper fix is made --- emu/port/devfs-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emu/port/devfs-posix.c') diff --git a/emu/port/devfs-posix.c b/emu/port/devfs-posix.c index 67e06169..02c842f4 100644 --- a/emu/port/devfs-posix.c +++ b/emu/port/devfs-posix.c @@ -655,7 +655,7 @@ fsqid(struct stat *st) dev = (u16int)st->st_dev; if(dev & 0x8000){ - static int aware; + static int aware = 1; if(aware==0){ aware = 1; fprint(2, "fs: fsqid: top-bit dev: %#4.4ux\n", dev); -- cgit v1.2.3