From a71964674c48e5ae56a939df64743e2c1e174cab Mon Sep 17 00:00:00 2001 From: kib 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 67fa77572fc8..5babbf45e22d 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",