Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2006 14:31:53 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 106894 for review
Message-ID:  <200609291431.k8TEVrqM084027@repoman.freebsd.org>

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

Change 106894 by rdivacky@rdivacky_witten on 2006/09/29 14:30:54

	Remove unused variables.

Affected files ...

.. //depot/projects/linuxolator/src/sys/amd64/linux32/linux32_machdep.c#7 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/amd64/linux32/linux32_machdep.c#7 (text+ko) ====

@@ -635,7 +635,6 @@
 	if (args->flags & CLONE_SETTLS) {
    	   	struct l_user_desc info;
    	   	int idx;
-		struct segment_descriptor sd;
 
 	   	error = copyin((void *)td->td_frame->tf_rsi, &info, sizeof(struct l_user_desc));
 		if (error)
@@ -1184,7 +1183,6 @@
 	struct l_user_desc info;
 	int error;
 	int idx;
-	struct segment_descriptor sd;
 
 	error = copyin(args->desc, &info, sizeof(struct l_user_desc));
 	if (error)



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