summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2006-02-08 18:42:41 +0000
committerjoris <joris@openbsd.org>2006-02-08 18:42:41 +0000
commit3511cdb25911bc549d22775e02e94cc05220bb7f (patch)
tree9a743ed38c7da7894779dee8aad009f00d74579b
parentFor now dump only stuff from the local-RIB into mrt table dumps. (diff)
downloadwireguard-openbsd-3511cdb25911bc549d22775e02e94cc05220bb7f.tar.xz
wireguard-openbsd-3511cdb25911bc549d22775e02e94cc05220bb7f.zip
once again, we have to unbreak stuff xsa broke on his own.
seriously xavier, I might be in the carribean but you are drinking all the rum and commiting shit drunk.
-rw-r--r--usr.bin/cvs/import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c
index f3693584856..47d34231ef0 100644
--- a/usr.bin/cvs/import.c
+++ b/usr.bin/cvs/import.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: import.c,v 1.38 2006/01/30 17:58:47 xsa Exp $ */
+/* $OpenBSD: import.c,v 1.39 2006/02/08 18:42:41 joris Exp $ */
/*
* Copyright (c) 2004 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -280,7 +280,7 @@ cvs_import_local(CVSFILE *cf, void *arg)
cvs_printf("N %s\n", fpath);
- if ((rf = rcs_open(rpath, RCS_RDWR|RCS_CREATE)) == NULL);
+ if ((rf = rcs_open(rpath, RCS_RDWR|RCS_CREATE)) == NULL)
fatal("cvs_import_local: rcs_open: `%s': %s", rpath,
rcs_errstr(rcs_errno));