PERFORCE change 75789 for review

Robert Watson rwatson at FreeBSD.org
Sat Apr 23 11:31:32 GMT 2005


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

Change 75789 by rwatson at rwatson_paprika on 2005/04/23 11:31:22

	Include <sys/time.h> so we get the gettimeofday() prototype on
	FreeBSD.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#2 (text+ko) ====

@@ -26,10 +26,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/types.h>
+#include <sys/time.h>
+
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <sys/types.h>
 #include <sys/socketvar.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