I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
13 lines
357 B
Diff
13 lines
357 B
Diff
--- sys/amd64/amd64/sys_machdep.c.orig
|
|
+++ sys/amd64/amd64/sys_machdep.c
|
|
@@ -580,8 +580,8 @@
|
|
struct i386_ldt_args *uap;
|
|
struct user_segment_descriptor *descs;
|
|
{
|
|
- int error = 0, i;
|
|
- int largest_ld;
|
|
+ int error = 0;
|
|
+ unsigned int largest_ld, i;
|
|
struct mdproc *mdp = &td->td_proc->p_md;
|
|
struct proc_ldt *pldt;
|
|
struct user_segment_descriptor *dp;
|