Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
1999-04-16  Thorsten Kukuk  <kukuk@suse.de>

	* sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
  • Loading branch information
Ulrich Drepper committed Apr 16, 1999
1 parent 2456406 commit afab401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1999-04-16 Thorsten Kukuk <kukuk@suse.de>

* sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.

1999-04-16 Ulrich Drepper <drepper@cygnus.com>

* nscd/cache.c (prune_cache): Only disable file checking for
Expand Down
2 changes: 1 addition & 1 deletion sunrpc/rpc_cout.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ print_header (const definition * def)
if (inlineflag == 0)
return;
/*May cause lint to complain. but ... */
f_print (fout, "\t register long *buf;\n\n");
f_print (fout, "\t register int32_t *buf;\n\n");
}

static void
Expand Down

0 comments on commit afab401

Please sign in to comment.