PERFORCE change 113267 for review

Roman Divacky rdivacky at FreeBSD.org
Sun Jan 21 21:36:11 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113267

Change 113267 by rdivacky at rdivacky_witten on 2007/01/21 21:36:03

	Remove duplicate definition of linux user descriptor.

Affected files ...

.. //depot/projects/linuxolator/src/sys/i386/linux/linux_machdep.c#21 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/i386/linux/linux_machdep.c#21 (text+ko) ====

@@ -72,18 +72,6 @@
 
 extern struct sysentvec elf32_freebsd_sysvec;	/* defined in i386/i386/elf_machdep.c */
 
-struct l_descriptor {
-	l_uint		entry_number;
-	l_ulong		base_addr;
-	l_uint		limit;
-	l_uint		seg_32bit:1;
-	l_uint		contents:2;
-	l_uint		read_exec_only:1;
-	l_uint		limit_in_pages:1;
-	l_uint		seg_not_present:1;
-	l_uint		useable:1;
-};
-
 struct l_old_select_argv {
 	l_int		nfds;
 	l_fd_set	*readfds;
@@ -861,7 +849,7 @@
 {
 	int error;
 	struct i386_ldt_args ldt;
-	struct l_descriptor ld;
+	struct l_user_desc ld;
 	union descriptor desc;
 
 	if (uap->ptr == NULL)


More information about the p4-projects mailing list