c808e682f0
There were a few issues with this package wrt DragonFly. The biggest issue is the use of ETIME, which should not be used with sockets. It doesn't even appear to be used later. NetBSD defines ETIME, but neither DragonFly nor FreeBSD even have this definition in errno. Somebody might want to look at this choice for the variable. Libtool also choked due to a missing tag, the FreeBSD volume control was needed, and some standard headers were added.
12 lines
261 B
Text
12 lines
261 B
Text
$NetBSD: patch-ad,v 1.1 2011/11/27 00:25:05 marino Exp $
|
|
|
|
--- fileinfo.c.orig 2001-07-21 00:35:41.000000000 +0000
|
|
+++ fileinfo.c
|
|
@@ -27,6 +27,7 @@
|
|
|
|
#include <gtk/gtk.h>
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
|