Edit

IABSD.fr/ports/shells/nsh/patches

Branch :

  • Show log

    Commit

  • Author : stsp
    Date : 2025-06-25 08:44:33
    Hash : 61af152f
    Message : break nsh package build after mbuf.h,v r1.266 pointed out by + ok sthen@

  • patch-stats_c
  • fix 'show kernel mbuf' command on -current after mbuf.h,v r1.266
    
    from upstream
    Index: stats.c
    --- stats.c.orig
    +++ stats.c
    @@ -782,7 +782,7 @@ mbpr(void)
     
     	memset(&seen, 0, sizeof(seen));
     
    -	 if (nmbtypes != MBSTAT_COUNT) {
    +	 if (nmbtypes != MT_NTYPES) {
     		printf("%% mbpr: unexpected change to mbstat; check source\n");
     		return;
     	}