Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fsck Add used-by comments on source files that are .PAT...



details:   https://anonhg.NetBSD.org/src/rev/12344f8ff7f8
branches:  trunk
changeset: 338977:12344f8ff7f8
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jun 21 04:01:40 2015 +0000

description:
Add used-by comments on source files that are .PATH'd in from elsewhere.

diffstat:

 sbin/fsck/fsutil.c |  15 +++++++++++++--
 sbin/fsck/preen.c  |   9 +++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diffs (57 lines):

diff -r e7cf8c3b86cf -r 12344f8ff7f8 sbin/fsck/fsutil.c
--- a/sbin/fsck/fsutil.c        Sun Jun 21 03:58:36 2015 +0000
+++ b/sbin/fsck/fsutil.c        Sun Jun 21 04:01:40 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fsutil.c,v 1.25 2015/06/21 03:58:36 dholland Exp $     */
+/*     $NetBSD: fsutil.c,v 1.26 2015/06/21 04:01:40 dholland Exp $     */
 
 /*
  * Copyright (c) 1990, 1993
@@ -31,9 +31,20 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: fsutil.c,v 1.25 2015/06/21 03:58:36 dholland Exp $");
+__RCSID("$NetBSD: fsutil.c,v 1.26 2015/06/21 04:01:40 dholland Exp $");
 #endif /* not lint */
 
+/*
+ * used by sbin/fsck
+ * used by sbin/fsck_ext2fs
+ * used by sbin/fsck_ffs
+ * used by sbin/fsck_lfs
+ * used by sbin/fsck_msdos
+ * used by sbin/fsck_v7fs
+ * used by sbin/fsdb
+ * used by usr.sbin/quotacheck
+ */
+
 #include <sys/param.h>
 
 #include <stdio.h>
diff -r e7cf8c3b86cf -r 12344f8ff7f8 sbin/fsck/preen.c
--- a/sbin/fsck/preen.c Sun Jun 21 03:58:36 2015 +0000
+++ b/sbin/fsck/preen.c Sun Jun 21 04:01:40 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: preen.c,v 1.31 2012/04/07 04:52:20 christos Exp $      */
+/*     $NetBSD: preen.c,v 1.32 2015/06/21 04:01:40 dholland Exp $      */
 
 /*
  * Copyright (c) 1990, 1993
@@ -34,10 +34,15 @@
 #if 0
 static char sccsid[] = "@(#)preen.c    8.5 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: preen.c,v 1.31 2012/04/07 04:52:20 christos Exp $");
+__RCSID("$NetBSD: preen.c,v 1.32 2015/06/21 04:01:40 dholland Exp $");
 #endif
 #endif /* not lint */
 
+/*
+ * used by sbin/fsck
+ * used by usr.sbin/quotacheck
+ */
+
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/wait.h>



Home | Main Index | Thread Index | Old Index