summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-01-29 08:06:33 +0000
committerEgbert Eich <eich@suse.de>2004-01-29 08:06:33 +0000
commit1ab5861be6198294ba8115bb8a371cd85c4f92e7 (patch)
tree7e4b775943ad6a819b25e0f10d6e5753e53f54c7
parentb96620a470833dc5873d42c4f0d83d17d3f0b0c4 (diff)
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330
-rw-r--r--lndir.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lndir.c b/lndir.c
index 9d06a4e..da4996d 100644
--- a/lndir.c
+++ b/lndir.c
@@ -26,7 +26,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/util/lndir.c,v 3.18 2003/06/24 15:44:45 eich Exp $ */
+/* $XFree86: xc/config/util/lndir.c,v 3.19 2004/01/11 00:10:15 herrb Exp $ */
/* From the original /bin/sh script:
@@ -222,6 +222,8 @@ dodir (char *fn, /* name of "from" directory, either absolute or
continue;
if (!strcmp (dp->d_name, "CVS.adm"))
continue;
+ if (!strcmp (dp->d_name, ".svn"))
+ continue;
}
ocurdir = rcurdir;
rcurdir = buf;