cgd
|
99a919e044
|
fix typo(?): rpc__errlist usage shouldn't have had two underscores.
Also, cast return types to (char *) to quiet compiler's complaints about
loss of 'const'-ness.
|
1995-04-24 16:34:39 +00:00 |
jtc
|
61207f1472
|
Changed auth_errmsg() and clnt_sperrno() to access error messages
directly instead of by linear search.
|
1995-04-21 21:59:52 +00:00 |
cgd
|
9e15c98955
|
save my sanity; stop using Id.
|
1995-02-25 03:01:33 +00:00 |
jtc
|
8453143f6d
|
Added \n to end of format strings used by all the perror-like functions.
Added const qualifier to array of error strings.
|
1995-02-20 21:20:22 +00:00 |
cgd
|
2e2a3a256a
|
be much more careful with types, and add prototype everything.
|
1994-12-04 01:12:39 +00:00 |
jtc
|
8f2c7fd229
|
Don't bother checking if errno is in range --- strerror() already does
that.
|
1994-10-10 04:56:01 +00:00 |
cgd
|
63d7b6778b
|
move the rpc code into libc
|
1993-10-07 07:29:33 +00:00 |