Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 15:42:44 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95495 for review
Message-ID:  <200604181542.k3IFgiZm083604@repoman.freebsd.org>

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

Change 95495 by marcel@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



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