Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/bouyer-quota2]: src/usr.bin/ktruss Update for quotactl rename
details: https://anonhg.NetBSD.org/src/rev/d6d6b9ee6547
branches: bouyer-quota2
changeset: 761133:d6d6b9ee6547
user: bouyer <bouyer%NetBSD.org@localhost>
date: Tue Feb 08 22:39:23 2011 +0000
description:
Update for quotactl rename
diffstat:
usr.bin/ktruss/dump.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r f37035144832 -r d6d6b9ee6547 usr.bin/ktruss/dump.c
--- a/usr.bin/ktruss/dump.c Tue Feb 08 22:34:18 2011 +0000
+++ b/usr.bin/ktruss/dump.c Tue Feb 08 22:39:23 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dump.c,v 1.36 2009/07/24 11:34:03 njoly Exp $ */
+/* $NetBSD: dump.c,v 1.36.2.1 2011/02/08 22:39:23 bouyer Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)kdump.c 8.4 (Berkeley) 4/28/95";
#endif
-__RCSID("$NetBSD: dump.c,v 1.36 2009/07/24 11:34:03 njoly Exp $");
+__RCSID("$NetBSD: dump.c,v 1.36.2.1 2011/02/08 22:39:23 bouyer Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -525,7 +525,8 @@
case SYS_mkdir:
case SYS_rmdir:
case SYS___utimes50:
- case SYS_quotactl:
+ case SYS_compat_50_quotactl:
+ case SYS___quotactl50:
case SYS_statvfs1:
case SYS_compat_30_getfh:
case SYS_pathconf:
Home |
Main Index |
Thread Index |
Old Index