summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
Diffstat (limited to 'emu')
-rw-r--r--emu/port/devfs-posix.c2
1 files changed, 1 insertions, 1 deletions
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);