Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2006 14:28:44 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107952 for review
Message-ID:  <200610151428.k9FESiaL082382@repoman.freebsd.org>

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

Change 107952 by netchild@netchild_magellan on 2006/10/15 14:28:15

	style(9) fixes

Affected files ...

.. //depot/projects/linuxolator/src/sys/amd64/linux32/syscalls.master#6 edit
.. //depot/projects/linuxolator/src/sys/conf/files.amd64#4 edit
.. //depot/projects/linuxolator/src/sys/kern/kern_fork.c#5 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/amd64/linux32/syscalls.master#6 (text+ko) ====

@@ -405,7 +405,7 @@
 					struct l_timespec *timeout, void *uaddr2, int val3); }
 241	AUE_NULL	UNIMPL	linux_sched_setaffinity
 242	AUE_NULL	UNIMPL	linux_sched_getaffinity
-243     AUE_NULL        STD     { int linux_set_thread_area(struct l_user_desc *desc); }
+243	AUE_NULL	STD	{ int linux_set_thread_area(struct l_user_desc *desc); }
 244	AUE_NULL	UNIMPL	linux_get_thread_area
 245	AUE_NULL	STD	{ int linux_io_setup(l_uint nr_reqs, linux_aio_context_t *ctxp); }
 246	AUE_NULL	STD	{ int linux_io_destroy(linux_aio_context_t ctx); }

==== //depot/projects/linuxolator/src/sys/conf/files.amd64#4 (text+ko) ====

@@ -241,7 +241,7 @@
 amd64/linux32/linux32_sysent.c	optional	compat_linux32
 amd64/linux32/linux32_sysvec.c	optional	compat_linux32
 compat/linux/linux_aio.c	optional	compat_linux32
-compat/linux/linux_emul.c       optional	compat_linux32
+compat/linux/linux_emul.c	optional	compat_linux32
 compat/linux/linux_file.c	optional	compat_linux32
 compat/linux/linux_futex.c	optional	compat_linux32
 compat/linux/linux_getcwd.c	optional	compat_linux32

==== //depot/projects/linuxolator/src/sys/kern/kern_fork.c#5 (text+ko) ====

@@ -527,9 +527,7 @@
 		sigacts_copy(newsigacts, p1->p_sigacts);
 		p2->p_sigacts = newsigacts;
 	}
-	/* this flag is used by linuxthreads and is passed
-	 * in via rfork()
-	 */
+	/* This flag is used by linuxthreads and is passed in via rfork(). */
 	if (flags & RFLINUXTHPN)
 	   	p2->p_sigparent = SIGUSR1;
 	else



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