Changeset 130ba46 in mainline


Ignore:
Timestamp:
2019-08-07T11:09:00Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
4667b5c
Parents:
8ae8262
git-author:
Michal Koutny <xm.koutny+hos@…> (2015-11-12 08:15:13)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:09:00)
Message:

sysctl: Fix for removed EMBRYO state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sysctl/main.c

    r8ae8262 r130ba46  
    5252{
    5353        switch (s) {
    54         case STATE_EMBRYO:
    55                 return "embryo";
    5654        case STATE_STARTING:
    5755                return "starting";
Note: See TracChangeset for help on using the changeset viewer.