diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-14 09:40:06 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-14 09:40:06 +0000 |
| commit | af8364b0ad55c612d6406c3c8560efc15c764692 (patch) | |
| tree | cdb1e0211f80341b84fd079d932424518a6593b5 /sys/gnu/ext2fs/ext2_alloc.c | |
| parent | 9565c0e60d32b764b30a0da8f2731c3e9487e65f (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_alloc.c')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index 0805cab9318d..e14aeb4aa8be 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -209,7 +209,7 @@ nospace: #include <sys/sysctl.h> static int doasyncfree = 1; #ifdef OPT_DEBUG -struct ctldebug debug14 = { "doasyncfree", &doasyncfree }; +SYSCTL_INT(_debug, 14, doasyncfree, CTLFLAG_RW, &doasyncfree, 0, ""); #endif /* OPT_DEBUG */ int ext2_reallocblks(ap) |
