svn commit: trunk/busybox/miscutils
aldot at busybox.net
aldot at busybox.net
Mon Apr 24 17:41:30 UTC 2006
Author: aldot
Date: 2006-04-24 10:41:29 -0700 (Mon, 24 Apr 2006)
New Revision: 14939
Log:
- return ret so we return something meaningful.
Modified:
trunk/busybox/miscutils/makedevs.c
Changeset:
Modified: trunk/busybox/miscutils/makedevs.c
===================================================================
--- trunk/busybox/miscutils/makedevs.c 2006-04-21 22:04:05 UTC (rev 14938)
+++ trunk/busybox/miscutils/makedevs.c 2006-04-24 17:41:29 UTC (rev 14939)
@@ -232,7 +232,7 @@
}
fclose(table);
- return 0;
+ return ret;
}
#else
More information about the busybox-cvs
mailing list