Fix previous: it should not have removed the "max_softdeps" entry
authorotto <otto@openbsd.org>
Thu, 11 Apr 2024 16:31:30 +0000 (16:31 +0000)
committerotto <otto@openbsd.org>
Thu, 11 Apr 2024 16:31:30 +0000 (16:31 +0000)
to keep the indexes consistent. ok deraadt@

sys/ufs/ffs/ffs_extern.h

index 5e365ba..59b0a05 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ffs_extern.h,v 1.46 2024/02/03 18:51:58 beck Exp $    */
+/*     $OpenBSD: ffs_extern.h,v 1.47 2024/04/11 16:31:30 otto Exp $    */
 /*     $NetBSD: ffs_extern.h,v 1.4 1996/02/09 22:22:22 christos Exp $  */
 
 /*
@@ -58,6 +58,7 @@
        { 0, 0 }, \
        { 0, 0 }, \
        { 0, 0 }, \
+       { 0, 0 }, \
        { "sd_tickdelay", CTLTYPE_INT }, \
        { "sd_worklist_push", CTLTYPE_INT }, \
        { "sd_blk_limit_push", CTLTYPE_INT }, \