=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/init.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/cvs/init.h 2006/06/12 13:56:00 1.1 --- src/usr.bin/cvs/init.h 2009/03/23 17:53:17 1.2 *************** *** 1,4 **** ! /* $OpenBSD: init.h,v 1.1 2006/06/12 13:56:00 xsa Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: init.h,v 1.2 2009/03/23 17:53:17 joris Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * *************** *** 18,24 **** #ifndef INIT_H #define INIT_H ! static const char *const 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", --- 18,24 ---- #ifndef INIT_H #define INIT_H ! 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",