Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 21:36:10 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 113267 for review
Message-ID:  <200701212136.l0LLaAlH050960@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113267

Change 113267 by rdivacky@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701212136.l0LLaAlH050960>