Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/lfs Remove stray 'n' in file. silly control key...
details: https://anonhg.NetBSD.org/src/rev/73bef11ae32e
branches: trunk
changeset: 346010:73bef11ae32e
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Jun 20 01:23:04 2016 +0000
description:
Remove stray 'n' in file. silly control key...
diffstat:
sys/ufs/lfs/ulfs_quota2.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ab90546f9e57 -r 73bef11ae32e sys/ufs/lfs/ulfs_quota2.c
--- a/sys/ufs/lfs/ulfs_quota2.c Mon Jun 20 01:20:01 2016 +0000
+++ b/sys/ufs/lfs/ulfs_quota2.c Mon Jun 20 01:23:04 2016 +0000
@@ -1,4 +1,4 @@
-n/* $NetBSD: ulfs_quota2.c,v 1.24 2016/06/20 00:09:42 dholland Exp $ */
+/* $NetBSD: ulfs_quota2.c,v 1.25 2016/06/20 01:23:04 dholland Exp $ */
/* from NetBSD: ufs_quota2.c,v 1.37 2014/01/29 20:13:04 bouyer Exp */
/* from NetBSD: ffs_quota2.c,v 1.4 2011/06/12 03:36:00 rmind Exp */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ulfs_quota2.c,v 1.24 2016/06/20 00:09:42 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ulfs_quota2.c,v 1.25 2016/06/20 01:23:04 dholland Exp $");
#include <sys/buf.h>
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index