diff options
author | 2005-07-24 18:54:47 +0000 | |
---|---|---|
committer | 2005-07-24 18:54:47 +0000 | |
commit | a506273f93d0bf6276f75427e508432ed03c08ef (patch) | |
tree | ee46369f45349451fd942bc6b7b66c61b0fb94fc /usr.bin/cvs/file.c | |
parent | In _gethtent() ignore host.h_length if it is set to 0. Previously (diff) | |
download | wireguard-openbsd-a506273f93d0bf6276f75427e508432ed03c08ef.tar.xz wireguard-openbsd-a506273f93d0bf6276f75427e508432ed03c08ef.zip |
"cvslog.*" should really be "cvslog*"
Diffstat (limited to 'usr.bin/cvs/file.c')
-rw-r--r-- | usr.bin/cvs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index 182c53ffa4f..9c74553856e 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.101 2005/07/24 18:34:13 joris Exp $ */ +/* $OpenBSD: file.c,v 1.102 2005/07/24 18:54:47 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -78,7 +78,7 @@ static const char *cvs_ign_std[] = { "*.olb", "CVS", "core", - "cvslog.*", + "cvslog*", "*.core", ".#*", "*~", |