PERFORCE change 122946 for review

Roman Divacky rdivacky at FreeBSD.org
Thu Jul 5 13:17:59 UTC 2007


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

Change 122946 by rdivacky at rdivacky_witten on 2007/07/05 13:17:33

	Dont close the fd in a case of error.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/lib/libc/gen/fdopendir.c#3 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/lib/libc/gen/fdopendir.c#3 (text+ko) ====

@@ -257,7 +257,6 @@
 fail:
 	saved_errno = errno;
 	free(dirp);
-	(void)_close(fd);
 	errno = saved_errno;
 	return (NULL);
 }


More information about the p4-projects mailing list