freebsd-ports/devel/fam/files/patch-fam-Log.c++
Alan Eldridge 507f5405a5 Updated to version 2.6.9. SGI incorporated as much of our patches as they
could without licensing problems. The rest they host as a separate patch on
their ftp server.

Please test this for compilation problems on -CURRENT with gcc-3.2.
2002-09-04 00:22:12 +00:00

13 lines
324 B
C++

--- fam/Log.c++~ Tue Jul 16 02:16:14 2002
+++ fam/Log.c++ Tue Sep 3 19:56:25 2002
@@ -28,9 +28,9 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
+#include <sys/time.h>
#include <sys/resource.h>
#include <sys/stat.h>
-#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#ifdef HAVE_AUDIT