|
|
1.1 root 1: regerror(s)
2: char *s;
3: {
4: char buf[132];
5:
6: strcpy(buf, "regerror: ");
7: strcat(buf, s);
8: strcat(buf, "\n");
9: write(2, buf, strlen(buf));
10: exit(1);
11: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.