summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist/docmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rdist/docmd.c')
-rw-r--r--usr.bin/rdist/docmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c
index 39a9d5d..8c4a1a2 100644
--- a/usr.bin/rdist/docmd.c
+++ b/usr.bin/rdist/docmd.c
@@ -34,7 +34,7 @@
#ifndef lint
/*static char sccsid[] = "From: @(#)docmd.c 8.1 (Berkeley) 6/9/93";*/
static const char rcsid[] =
- "$Id$";
+ "$Id: docmd.c,v 1.2 1995/02/21 04:32:54 wollman Exp $";
#endif /* not lint */
#include "defs.h"
@@ -610,7 +610,7 @@ except(file)
return(1);
continue;
}
- val = regcomp(&rx, nl->n_name,
+ val = regcomp(&rx, nl->n_name,
REG_EXTENDED | REG_NOSUB);
if (!regexec(&rx, file, 0, 0, 0)) {
regfree(&rx);
OpenPOWER on IntegriCloud