diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-08-16 18:54:51 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-08-16 18:54:51 +0000 |
| commit | 0eef2f8a4e5f42f98983e352732b9d883d96c53a (patch) | |
| tree | 9b98826a447368cd130db3286d51a49bdc063241 /sys/amd64/linux32/linux.h | |
| parent | c6d0f16db1dc450c7d6c0b5b5b8ca37ada5130d9 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/linux32/linux.h')
| -rw-r--r-- | sys/amd64/linux32/linux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index 138871f35889..3cc3f5bf3576 100644 --- a/sys/amd64/linux32/linux.h +++ b/sys/amd64/linux32/linux.h @@ -766,7 +766,8 @@ struct l_desc_struct { #define LINUX_LOWERWORD 0x0000ffff -/* macros which does the same thing as those in linux include/asm-um/ldt-i386.h +/* + * macros which does the same thing as those in linux include/asm-um/ldt-i386.h * these convert linux user-space descriptor to machine one */ #define LDT_entry_a(info) \ |
