mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Minor style fix.
Requested by: bde Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
a58679a93b
commit
8fc26d9612
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue