# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * user_strings_unix.h - Unix-specific localizable strings | |
3 | * | |
4 | < | * Basilisk II (C) 1997-2000 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2001 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 28 | Line 28 | enum { | |
28 | STR_NO_FBDEVICE_FILE_ERR, | |
29 | STR_FBDEV_NAME_ERR, | |
30 | STR_FBDEV_MMAP_ERR, | |
31 | + | STR_VOSF_INIT_ERR, |
32 | STR_NO_DEV_ZERO_ERR, | |
33 | STR_LOW_MEM_MMAP_ERR, | |
34 | STR_SIGALTSTACK_ERR, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |