PERFORCE change 75998 for review

Robert Watson rwatson at FreeBSD.org
Tue Apr 26 11:23:43 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=75998

Change 75998 by rwatson at 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>
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list