<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- trimslash.c.orig	2006-01-09 12:35:38.000000000 -0600
+++ trimslash.c	2006-01-09 12:35:52.000000000 -0600
@@ -23,6 +23,9 @@
 int read_only = 1;
 int list_only = 0;
 int preserve_perms = 0;
+#ifdef EA_SUPPORT
+int extended_attributes = 0;
+#endif
 
 /**
  * @file trimslash.c
</pre></body></html>