PERFORCE change 75998 for review

Robert Watson rwatson at FreeBSD.org
Tue Apr 26 04:23:45 PDT 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>
 


More information about the p4-projects mailing list