Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2006 16:33:09 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 103779 for review
Message-ID:  <200608131633.k7DGX9xc042671@repoman.freebsd.org>

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

Change 103779 by rdivacky@rdivacky_witten on 2006/08/13 16:32:14

	Make amd64 compilable.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_time.c#5 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_time.c#5 (text+ko) ====

@@ -39,6 +39,8 @@
 #include <sys/cdefs.h>
 /*__KERNEL_RCSID(0, "$NetBSD: linux_time.c,v 1.14 2006/05/14 03:40:54 christos Exp $");*/
 
+#include "opt_compat.h"
+
 #include <sys/param.h>
 #include <sys/ucred.h>
 #include <sys/mount.h>



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