diff options
author | 2005-07-25 12:42:54 +0000 | |
---|---|---|
committer | 2005-07-25 12:42:54 +0000 | |
commit | b1a90f8069f9df9f24b80c3a7321b40ee24cba5c (patch) | |
tree | 43eb6225ca9bccc54e8f41518c8265a7d7f1111f | |
parent | KNF; (diff) | |
download | wireguard-openbsd-b1a90f8069f9df9f24b80c3a7321b40ee24cba5c.tar.xz wireguard-openbsd-b1a90f8069f9df9f24b80c3a7321b40ee24cba5c.zip |
missed that one too...
-rw-r--r-- | usr.bin/cvs/add.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c index 8ab9641f32a..3148dbd1ce4 100644 --- a/usr.bin/cvs/add.c +++ b/usr.bin/cvs/add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.24 2005/07/23 11:19:46 joris Exp $ */ +/* $OpenBSD: add.c,v 1.25 2005/07/25 12:42:54 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -40,10 +40,10 @@ extern char *__progname; -static int cvs_add_remote(CVSFILE *, void *); -static int cvs_add_local(CVSFILE *, void *); -static int cvs_add_init(struct cvs_cmd *, int, char **, int *); -static int cvs_add_pre_exec(struct cvsroot *); +static int cvs_add_remote(CVSFILE *, void *); +static int cvs_add_local(CVSFILE *, void *); +static int cvs_add_init(struct cvs_cmd *, int, char **, int *); +static int cvs_add_pre_exec(struct cvsroot *); struct cvs_cmd cvs_cmd_add = { CVS_OP_ADD, CVS_REQ_ADD, "add", |