From 183bf5c8b6b0d5cbb36a7245d5268ac6e7453ea6 Mon Sep 17 00:00:00 2001 From: PrStein Date: Thu, 14 Apr 2022 23:31:47 +0200 Subject: [PATCH] minus pid --- includes/minishell.h | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/minishell.h b/includes/minishell.h index bdc49ef..a2fce57 100644 --- a/includes/minishell.h +++ b/includes/minishell.h @@ -58,7 +58,6 @@ typedef struct s_command { int err_var; struct s_simple *current_s_cmd; char **path; - int pid; } t_cmd; //main.c