Date: Sat, 23 Apr 2005 11:30:30 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 75787 for review Message-ID: <200504231130.j3NBUULw062542@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75787 Change 75787 by rwatson@rwatson_paprika on 2005/04/23 11:30:16 Add include for portability to FreeBSD. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#2 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#2 (text+ko) ==== @@ -26,6 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <errno.h> #include <string.h> #include <pthread.h> #include <stdio.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504231130.j3NBUULw062542>