diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-18 01:01:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-18 01:01:00 +0000 |
commit | 62acd37630f63718620b8c346a2581c298745b7d (patch) | |
tree | 193d11b19a7269fcd5fde30c3994fd0756bd665f /sunrpc | |
parent | 1e76ce9c89c4e57dc7cc283326e6a4c86cb0fe61 (diff) | |
download | glibc-62acd37630f63718620b8c346a2581c298745b7d.tar.gz glibc-62acd37630f63718620b8c346a2581c298745b7d.tar.xz glibc-62acd37630f63718620b8c346a2581c298745b7d.zip |
Update.
1999-04-18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/bsd/poll.c (__poll): Add more compatiblity code to detect and handle invalid descriptors.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc_cout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index 2d8e69ea75..a8471cacc9 100644 --- a/sunrpc/rpc_cout.c +++ b/sunrpc/rpc_cout.c @@ -175,7 +175,7 @@ print_header (const definition * def) if (inlineflag == 0) return; /*May cause lint to complain. but ... */ - f_print (fout, "\t register int32_t *buf;\n\n"); + f_print (fout, "\tregister int32_t *buf;\n\n"); } static void |