Date: Tue, 26 Apr 2005 11:23:43 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 75998 for review Message-ID: <200504261123.j3QBNh0l095687@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75998 Change 75998 by rwatson@rwatson_paprika on 2005/04/26 11:22:53 Include <string.h> to get the definition of strerror(). Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_wrappers.c#5 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_wrappers.c#5 (text+ko) ==== @@ -35,6 +35,7 @@ #include <unistd.h> #include <syslog.h> #include <stdarg.h> +#include <string.h> #include <errno.h> #include <libbsm.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504261123.j3QBNh0l095687>