Changeset f35749e in mainline for uspace/app/shutdown-dlg/shutdown-dlg.c
- Timestamp:
- 2025-02-28T23:38:26Z (4 days ago)
- Branches:
- master
- Children:
- 8300c72
- Parents:
- 4285f384
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/shutdown-dlg/shutdown-dlg.c
r4285f384 rf35749e 400 400 } 401 401 402 rc = system_ shutdown(sddlg->system);402 rc = system_poweroff(sddlg->system); 403 403 if (rc != EOK) { 404 404 printf("Failed requesting system shutdown.\n");
Note:
See TracChangeset
for help on using the changeset viewer.