summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/cvs/update.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c
index 74dd7a9bd81..4c39961b91b 100644
--- a/usr.bin/cvs/update.c
+++ b/usr.bin/cvs/update.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: update.c,v 1.7 2004/08/12 18:02:18 jfb Exp $ */
+/* $OpenBSD: update.c,v 1.8 2004/08/27 15:55:31 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -59,7 +59,7 @@ cvs_update(int argc, char **argv)
{
int ch, flags;
- flags = CF_SORT|CF_RECURSE|CF_IGNORE|CF_KNOWN;
+ flags = CF_SORT|CF_RECURSE|CF_IGNORE|CF_KNOWN|CF_NOSYMS;
while ((ch = getopt(argc, argv, "ACD:dflPpQqRr:")) != -1) {
switch (ch) {