Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2002 22:01:24 -0700
From:      Mike Estes <estesm@cc.wwu.edu>
To:        gnome@freebsd.org
Subject:   patch for sysutils/medusa
Message-ID:  <20020414050123.GA53945@cc.wwu.edu>

next in thread | raw e-mail | index | archive | help
sysutils/medusa won't compile for me unless the following patch is in files/

--- libmedusa/medusa-file-info-utilities.c.orig	Thu Dec 21 05:28:44 2000
+++ libmedusa/medusa-file-info-utilities.c	Sat Apr 13 21:50:27 2002
@@ -27,10 +27,10 @@
  */
 
 #include <glib.h>
+#include <sys/types.h>
 #include <grp.h>
 #include <pwd.h>
 #include <stdlib.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <time.h>
 




this is on -CURRENT

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




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