Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/ffs Unwrap a not-too-long line.



details:   https://anonhg.NetBSD.org/src/rev/40f9a0530290
branches:  trunk
changeset: 566037:40f9a0530290
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Apr 26 01:40:40 2004 +0000

description:
Unwrap a not-too-long line.

diffstat:

 sys/ufs/ffs/ffs_vfsops.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 137224ca407e -r 40f9a0530290 sys/ufs/ffs/ffs_vfsops.c
--- a/sys/ufs/ffs/ffs_vfsops.c  Mon Apr 26 01:31:56 2004 +0000
+++ b/sys/ufs/ffs/ffs_vfsops.c  Mon Apr 26 01:40:40 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs_vfsops.c,v 1.145 2004/04/25 21:02:26 dbj Exp $     */
+/*     $NetBSD: ffs_vfsops.c,v 1.146 2004/04/26 01:40:40 simonb Exp $  */
 
 /*
  * Copyright (c) 1989, 1991, 1993, 1994
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.145 2004/04/25 21:02:26 dbj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.146 2004/04/26 01:40:40 simonb Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ffs.h"
@@ -124,8 +124,7 @@
 POOL_INIT(ffs_dinode2_pool, sizeof(struct ufs2_dinode), 0, 0, 0, "dino2pl",
     &pool_allocator_nointr);
 
-static void ffs_oldfscompat_read(struct fs *, struct ufsmount *,
-                                  daddr_t);
+static void ffs_oldfscompat_read(struct fs *, struct ufsmount *, daddr_t);
 static void ffs_oldfscompat_write(struct fs *, struct ufsmount *);
 
 /*



Home | Main Index | Thread Index | Old Index