=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/buf.c,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- src/usr.bin/cvs/buf.c 2019/06/28 13:35:00 1.85 +++ src/usr.bin/cvs/buf.c 2021/10/24 21:24:16 1.86 @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.c,v 1.85 2019/06/28 13:35:00 deraadt Exp $ */ +/* $OpenBSD: buf.c,v 1.86 2021/10/24 21:24:16 deraadt Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau * All rights reserved. @@ -85,7 +85,7 @@ int fd; BUF *bp; - if ((fd = open(path, O_RDONLY, 0600)) == -1) + if ((fd = open(path, O_RDONLY)) == -1) fatal("buf_load: failed to load '%s' : %s", path, strerror(errno));