PERFORCE change 71403 for review

John-Mark Gurney jmg at FreeBSD.org
Sun Feb 20 12:37:03 PST 2005


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

Change 71403 by jmg at jmg_carbon on 2005/02/20 20:36:52

	fix building the kernel, this exists in FreeBSD but I haven't
	integrated it yet...

Affected files ...

.. //depot/projects/arm/src/sys/kern/uipc_syscalls.c#2 edit

Differences ...

==== //depot/projects/arm/src/sys/kern/uipc_syscalls.c#2 (text+ko) ====

@@ -501,7 +501,7 @@
 {
 	struct socket *so;
 	struct file *fp;
-	int error, s;
+	int error;
 	int interrupted = 0;
 
 	NET_LOCK_GIANT();


More information about the p4-projects mailing list