Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs This is now equivalent to ufs_quota.c -r1.115.



details:   https://anonhg.NetBSD.org/src/rev/6da67cd40539
branches:  trunk
changeset: 791409:6da67cd40539
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Nov 16 17:15:30 2013 +0000

description:
This is now equivalent to ufs_quota.c -r1.115.

(it isn't quite the same textually in a few places but this doesn't
really matter)

diffstat:

 sys/ufs/lfs/ulfs_quota.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 1a18c883d3f7 -r 6da67cd40539 sys/ufs/lfs/ulfs_quota.c
--- a/sys/ufs/lfs/ulfs_quota.c  Sat Nov 16 17:14:06 2013 +0000
+++ b/sys/ufs/lfs/ulfs_quota.c  Sat Nov 16 17:15:30 2013 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: ulfs_quota.c,v 1.8 2013/10/18 19:45:40 christos Exp $  */
-/*  from NetBSD: ufs_quota.c,v 1.112 2012/09/09 04:27:49 manu Exp  */
+/*     $NetBSD: ulfs_quota.c,v 1.9 2013/11/16 17:15:30 dholland Exp $  */
+/*  from NetBSD: ufs_quota.c,v 1.115 2013/11/16 17:04:53 dholland Exp  */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993, 1995
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ulfs_quota.c,v 1.8 2013/10/18 19:45:40 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ulfs_quota.c,v 1.9 2013/11/16 17:15:30 dholland Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_quota.h"



Home | Main Index | Thread Index | Old Index