Date: Wed, 14 Apr 2010 17:17:25 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libstand assert.c Message-ID: <201004141717.o3EHHV11067419@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-04-14 17:17:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libstand assert.c Log: SVN rev 206612 on 2010-04-14 17:17:25Z by jhb MFC 205900: Use panic() (which the environment is required to provide to libstand) to implement assert() instead of relying on a non-required exit(). The exit() invocation also did not match the semantics of the exit() routine that current boot environments happen to require. Revision Changes Path 1.7.24.1 +4 -4 src/lib/libstand/assert.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004141717.o3EHHV11067419>