Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2005 11:31:32 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 75789 for review
Message-ID:  <200504231131.j3NBVW9f062619@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75789

Change 75789 by rwatson@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504231131.j3NBVW9f062619>