Module Name:    src
Committed By:   dholland
Date:           Sat Nov 16 17:15:30 UTC 2013

Modified Files:
        src/sys/ufs/lfs: ulfs_quota.c

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/ufs/lfs/ulfs_quota.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/ufs/lfs/ulfs_quota.c
diff -u src/sys/ufs/lfs/ulfs_quota.c:1.8 src/sys/ufs/lfs/ulfs_quota.c:1.9
--- src/sys/ufs/lfs/ulfs_quota.c:1.8	Fri Oct 18 19:45:40 2013
+++ src/sys/ufs/lfs/ulfs_quota.c	Sat Nov 16 17:15:30 2013
@@ -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"

Reply via email to