diff options
author | 2006-05-30 21:41:00 +0000 | |
---|---|---|
committer | 2006-05-30 21:41:00 +0000 | |
commit | 7be79e9a6747e68599c32d7227b9626bc11a512e (patch) | |
tree | 1a85fcd856b3b1fbf96c5395045dfb74ec259f62 | |
parent | change cvs_file_classify here to, forgot to commit this (diff) | |
download | wireguard-openbsd-7be79e9a6747e68599c32d7227b9626bc11a512e.tar.xz wireguard-openbsd-7be79e9a6747e68599c32d7227b9626bc11a512e.zip |
ugh forgot to change cvs_file_classify here too.
i dont deserve beers tonight.
-rw-r--r-- | usr.bin/cvs/import.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c index 2ac7e25bb4e..78fcfc85699 100644 --- a/usr.bin/cvs/import.c +++ b/usr.bin/cvs/import.c @@ -1,4 +1,4 @@ -/* $OpenBSD: import.c,v 1.45 2006/05/30 07:00:30 joris Exp $ */ +/* $OpenBSD: import.c,v 1.46 2006/05/30 21:41:00 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -109,7 +109,7 @@ cvs_import_local(struct cvs_file *cf) cvs_log(LP_TRACE, "cvs_import_local(%s)", cf->file_path); - cvs_file_classify(cf, 0); + cvs_file_classify(cf, NULL, 0); if (cf->file_type == CVS_DIR) { if (!strcmp(cf->file_path, ".")) |