forked from xamidev/pepperOS
Fix braces + init_paging args
This commit is contained in:
@@ -11,15 +11,13 @@
|
||||
#include "config.h"
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
typedef enum {
|
||||
READY,
|
||||
RUNNING,
|
||||
DEAD
|
||||
} status_t;
|
||||
|
||||
struct process_t
|
||||
{
|
||||
struct process_t {
|
||||
size_t pid;
|
||||
char name[PROCESS_NAME_MAX];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user