summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/mkmodules/mkmodules.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-12-03 14:17:06 +0000
committerpeter <peter@FreeBSD.org>1995-12-03 14:17:06 +0000
commit9ca0b4c9b412d7dda977978385bde9c882ff3f80 (patch)
tree117f9ffd4a531ea36c0d4a1d741bc1e14cb9aa98 /gnu/usr.bin/cvs/mkmodules/mkmodules.c
parent35ee95831939f06cb374e771e2a51cf938bff1fa (diff)
downloadFreeBSD-src-9ca0b4c9b412d7dda977978385bde9c882ff3f80.zip
FreeBSD-src-9ca0b4c9b412d7dda977978385bde9c882ff3f80.tar.gz
Restore white spaces to original cvs-1.4Alpha2 state so that we can
deal with the cvs-1.6 (and beyond) imports more cleanly and safely.
Diffstat (limited to 'gnu/usr.bin/cvs/mkmodules/mkmodules.c')
-rw-r--r--gnu/usr.bin/cvs/mkmodules/mkmodules.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/cvs/mkmodules/mkmodules.c b/gnu/usr.bin/cvs/mkmodules/mkmodules.c
index 6410559..d5611de 100644
--- a/gnu/usr.bin/cvs/mkmodules/mkmodules.c
+++ b/gnu/usr.bin/cvs/mkmodules/mkmodules.c
@@ -1,12 +1,12 @@
/*
* Copyright (c) 1992, Brian Berliner and Jeff Polk
* Copyright (c) 1989-1992, Brian Berliner
- *
+ *
* You may distribute under the terms of the GNU General Public License as
* specified in the README file that comes with the CVS 1.4 kit.
- *
+ *
* mkmodules
- *
+ *
* Re-build the modules database for the CVS system. Accepts one argument,
* which is the directory that the modules,v file lives in.
*/
@@ -56,7 +56,7 @@ main (argc, argv)
char *filename;
char *errormsg;
} *fileptr, filelist[] = {
- {CVSROOTADM_LOGINFO,
+ {CVSROOTADM_LOGINFO,
"no logging of 'cvs commit' messages is done without a %s file"},
{CVSROOTADM_RCSINFO,
"a %s file can be used to configure 'cvs commit' templates"},
@@ -381,7 +381,7 @@ rename_rcsfile (temp, real)
char bak[50];
struct stat statbuf;
char rcs[PATH_MAX];
-
+
/* Set "x" bits if set in original. */
(void) sprintf (rcs, "%s%s", real, RCSEXT);
statbuf.st_mode = 0; /* in case rcs file doesn't exist, but it should... */
OpenPOWER on IntegriCloud