Revision 25583,
500 bytes
checked in by geofft, 12 years ago
(diff) |
In ldso1-stub:
* Initial release. (Trac: #476)
|
Rev | Line | |
---|
[25583] | 1 | #include <unistd.h> |
---|
| 2 | |
---|
| 3 | int main() { |
---|
| 4 | #define PRINT(x) write(2, x, sizeof(x)) |
---|
| 5 | PRINT( |
---|
| 6 | "Error:\n" |
---|
| 7 | " The software you are trying to run is too old for this system. Please\n" |
---|
| 8 | " ask its maintainer to compile a newer version of the software for\n" |
---|
| 9 | " Debathena (amd64_deb60). If you have questions, contact <debathena@mit.edu>.\n\n" |
---|
| 10 | " (ld-linux.so.1 has not been supported on Ubuntu since 2006 or\n" |
---|
| 11 | " Debian since 2007.)\n"); |
---|
| 12 | return 72; //EX_OSFILE "Some system file does not exist..." from FreeBSD |
---|
| 13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.