Fix format warning.

Submitted by:	LINT, -Werror
This commit is contained in:
Peter Wemm 2002-02-27 23:21:46 +00:00
parent ad30894246
commit 6aea67779a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91437

View file

@ -250,7 +250,7 @@ linux_old_select(struct thread *td, struct linux_old_select_args *args)
#ifdef DEBUG
if (ldebug(old_select))
printf(ARGS(old_select, "%x"), args->ptr);
printf(ARGS(old_select, "%p"), args->ptr);
#endif
error = copyin((caddr_t)args->ptr, &linux_args, sizeof(linux_args));