diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-03-27 15:02:36 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-03-27 15:02:36 +0000 |
| commit | 2aba3aa728c712fde113db8566fa25e2cf945492 (patch) | |
| tree | cb49ed3519f07aceb0fac5108e9f8eb6ff234949 /emu/port/devfs-posix.c | |
| parent | 910cce73c2b1d38a0f37fc32cbaa6ce1f5c3adab (diff) | |
we now know it can happen. stop the annoying message until a proper fix is made
Diffstat (limited to 'emu/port/devfs-posix.c')
| -rw-r--r-- | emu/port/devfs-posix.c | 2 |
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); |
