Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146804214
D43743.id133854.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
654 B
Referenced Files
None
Subscribers
None
D43743.id133854.diff
View Options
Index: cddl/contrib/opensolaris/tools/ctf/cvt/util.c
===================================================================
--- cddl/contrib/opensolaris/tools/ctf/cvt/util.c
+++ cddl/contrib/opensolaris/tools/ctf/cvt/util.c
@@ -149,17 +149,7 @@
if (getenv("CTF_ABORT_ON_TERMINATE") != NULL)
abort();
-#if defined(__FreeBSD__)
-/*
- * For the time being just output the termination message, but don't
- * return an exit status that would cause the build to fail. We need
- * to get as much stuff built as possible before going back and
- * figuring out what is wrong with certain files.
- */
- exit(0);
-#else
exit(1);
-#endif
}
/*PRINTFLIKE1*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 6, 6:10 PM (15 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29334334
Default Alt Text
D43743.id133854.diff (654 B)
Attached To
Mode
D43743: ctf*: exit with error upon terminate()
Attached
Detach File
Event Timeline
Log In to Comment