=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/init.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/cvs/init.h 2009/03/23 17:53:17 1.2 --- src/usr.bin/cvs/init.h 2017/08/28 19:33:20 1.3 *************** *** 1,4 **** ! /* $OpenBSD: init.h,v 1.2 2009/03/23 17:53:17 joris Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: init.h,v 1.3 2017/08/28 19:33:20 otto Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * *************** *** 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", --- 18,24 ---- #ifndef INIT_H #define INIT_H ! 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",