You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/03/25 09:07:16 UTC

[incubator-nuttx-apps] branch master updated: fsutils/passwd: fix compilation

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new cfadf7b  fsutils/passwd: fix compilation
cfadf7b is described below

commit cfadf7b9dc70e99c5b34b345e1e256ec8c567d9d
Author: Petro Karashchenko <pe...@gmail.com>
AuthorDate: Thu Mar 24 17:54:15 2022 +0100

    fsutils/passwd: fix compilation
    
    Signed-off-by: Petro Karashchenko <pe...@gmail.com>
---
 fsutils/passwd/passwd_deluser.c | 1 -
 fsutils/passwd/passwd_update.c  | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/fsutils/passwd/passwd_deluser.c b/fsutils/passwd/passwd_deluser.c
index a1a26c0..1e0f462 100644
--- a/fsutils/passwd/passwd_deluser.c
+++ b/fsutils/passwd/passwd_deluser.c
@@ -25,7 +25,6 @@
 #include <semaphore.h>
 
 #include "fsutils/passwd.h"
-
 #include "passwd.h"
 
 /****************************************************************************
diff --git a/fsutils/passwd/passwd_update.c b/fsutils/passwd/passwd_update.c
index b96e793..6914d59 100644
--- a/fsutils/passwd/passwd_update.c
+++ b/fsutils/passwd/passwd_update.c
@@ -25,7 +25,7 @@
 #include <semaphore.h>
 
 #include "fsutils/passwd.h"
-#include <passwd.h>
+#include "passwd.h"
 
 /****************************************************************************
  * Public Functions