Minor style fix.
Requested by: bde Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
00ef4a21e2
commit
a71964674c
@ -588,8 +588,8 @@ amd64_set_ldt(struct thread *td, struct i386_ldt_args *uap,
|
|||||||
struct proc_ldt *pldt;
|
struct proc_ldt *pldt;
|
||||||
struct user_segment_descriptor *dp;
|
struct user_segment_descriptor *dp;
|
||||||
struct proc *p;
|
struct proc *p;
|
||||||
|
u_int largest_ld, i;
|
||||||
int error;
|
int error;
|
||||||
unsigned int largest_ld, i;
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("amd64_set_ldt: start=%u num=%u descs=%p\n",
|
printf("amd64_set_ldt: start=%u num=%u descs=%p\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user