ce34f05
diff -up netatalk-2.0.4/etc/afpd/desktop.c.extern_ucreator netatalk-2.0.4/etc/afpd/desktop.c
ce34f05
--- netatalk-2.0.4/etc/afpd/desktop.c.extern_ucreator	2009-07-14 16:26:36.984610055 +0200
ce34f05
+++ netatalk-2.0.4/etc/afpd/desktop.c	2009-07-14 16:27:01.607580009 +0200
ce34f05
@@ -312,7 +312,7 @@ addicon_err:
ce34f05
 }
ce34f05
 
ce34f05
 static const u_char	utag[] = { 0, 0, 0, 0 };
ce34f05
-static const u_char	ucreator[] = { 0, 0, 0, 0 };/* { 'U', 'N', 'I', 'X' };*/
ce34f05
+u_char			ucreator[] = { 0, 0, 0, 0 };/* { 'U', 'N', 'I', 'X' };*/
ce34f05
 static const u_char	utype[] = { 0, 0, 0, 0 };/* { 'T', 'E', 'X', 'T' };*/
ce34f05
 static const short	usize = 256;
ce34f05