diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2009-03-23 17:53:18 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2009-03-23 17:53:18 +0000 |
commit | f4857563101a7b0122c855c0ba84adfda8659958 (patch) | |
tree | f31746c2c5b0a7dda52517613dc6a6b38dd4b8e7 /usr.bin | |
parent | c978387bc839ffbfbe02aa564181be0d15090db3 (diff) |
simplify
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/init.h b/usr.bin/cvs/init.h index ebcb252c753..753d1cea31c 100644 --- a/usr.bin/cvs/init.h +++ b/usr.bin/cvs/init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: init.h,v 1.1 2006/06/12 13:56:00 xsa Exp $ */ +/* $OpenBSD: init.h,v 1.2 2009/03/23 17:53:17 joris Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org> * @@ -18,7 +18,7 @@ #ifndef INIT_H #define INIT_H -static const char *const config_contents[] = { +const char *config_contents[] = { "# Set name of the local tag to use in addition to `Id'\n", "#tag=OpenBSD\n", "# Set default file creation mode mask\n", |