Minor style fix.

Requested by:	bde
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
kib 2017-10-05 12:19:55 +00:00
parent 00ef4a21e2
commit a71964674c

View File

@ -588,8 +588,8 @@ amd64_set_ldt(struct thread *td, struct i386_ldt_args *uap,
struct proc_ldt *pldt;
struct user_segment_descriptor *dp;
struct proc *p;
u_int largest_ld, i;
int error;
unsigned int largest_ld, i;
#ifdef DEBUG
printf("amd64_set_ldt: start=%u num=%u descs=%p\n",