From 8fc26d96122b892e704272beddd95c1483ad1c5e Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Thu, 5 Oct 2017 12:19:55 +0000 Subject: [PATCH] Minor style fix. Requested by: bde Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/amd64/amd64/sys_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c index 67fa77572fc..5babbf45e22 100644 --- a/sys/amd64/amd64/sys_machdep.c +++ b/sys/amd64/amd64/sys_machdep.c @@ -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",