Source-Changes-HG archive

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

[src/pgoyette-localcount]: src/sys/fs/adosfs Add missing semicolon



details:   https://anonhg.NetBSD.org/src/rev/906f10404451
branches:  pgoyette-localcount
changeset: 852832:906f10404451
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jul 21 11:13:01 2016 +0000

description:
Add missing semicolon

diffstat:

 sys/fs/adosfs/advfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c14e1a007fb0 -r 906f10404451 sys/fs/adosfs/advfsops.c
--- a/sys/fs/adosfs/advfsops.c  Thu Jul 21 11:02:56 2016 +0000
+++ b/sys/fs/adosfs/advfsops.c  Thu Jul 21 11:13:01 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: advfsops.c,v 1.75.2.2 2016/07/21 11:02:56 pgoyette Exp $       */
+/*     $NetBSD: advfsops.c,v 1.75.2.3 2016/07/21 11:13:01 pgoyette Exp $       */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: advfsops.c,v 1.75.2.2 2016/07/21 11:02:56 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: advfsops.c,v 1.75.2.3 2016/07/21 11:13:01 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -160,7 +160,7 @@
        error = set_statvfs_info(path, UIO_USERSPACE, args->fspec,
            UIO_USERSPACE, mp->mnt_op->vfs_name, mp, l);
        bdevsw_release(bdev);
-       return error
+       return error;
 }
 
 int



Home | Main Index | Thread Index | Old Index