PERFORCE change 95495 for review

Marcel Moolenaar marcel at FreeBSD.org
Tue Apr 18 15:42:45 UTC 2006


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

Change 95495 by marcel at marcel_nfs on 2006/04/18 15:42:18

	Return 0 when all is well.

Affected files ...

.. //depot/projects/uart/dev/puc/puc.c#26 edit

Differences ...

==== //depot/projects/uart/dev/puc/puc.c#26 (text+ko) ====

@@ -539,7 +539,7 @@
 			port->p_ihsrc[i] = NULL;
 	}
 
-	return (ENXIO);
+	return (0);
 }
 
 int


More information about the p4-projects mailing list