Date: Fri, 19 Dec 2008 11:59:11 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 154991 for review Message-ID: <200812191159.mBJBxBRt092548@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=154991 Change 154991 by rwatson@rwatson_lethe on 2008/12/19 11:59:09 Fix build on Linux by adding missing ,. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#10 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#10 (text+ko) ==== @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#9 $ + * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#10 $ */ #include <sys/types.h> @@ -285,7 +285,7 @@ "Advertise error" }, { BSM_ESRMNT, #ifdef ESRMNT - ESRMNT + ESRMNT, #else ERRNO_NO_LOCAL_MAPPING, #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812191159.mBJBxBRt092548>