Skip to content

Commit

Permalink
Merge pull request #13 from adamyg/topic/pragmas
Browse files Browse the repository at this point in the history
Topic/pragmas
  • Loading branch information
adamyg authored Apr 19, 2021
2 parents 2a0b93b + aedcca0 commit 762caf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions gr/getpwd.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <edidentifier.h>
__CIDENT_RCSID(gr_getpwd_c,"$Id: getpwd.c,v 1.3 2021/04/19 13:59:54 cvsuser Exp $")
__CIDENT_RCSID(gr_getpwd_c,"$Id: getpwd.c,v 1.4 2021/04/19 16:35:28 cvsuser Exp $")

/* -*- mode: c; indent-width: 4; -*- */
/* $Id: getpwd.c,v 1.3 2021/04/19 13:59:54 cvsuser Exp $
/* $Id: getpwd.c,v 1.4 2021/04/19 16:35:28 cvsuser Exp $
* Pasword support.
*
*
Expand Down Expand Up @@ -155,7 +155,6 @@ sys_getpwnam(passwd_t *pwd, const char *user)
return NULL;

#else //HAVE_GETPWNAM_R
#error

assert(pwd && user);
if (NULL == pwd || NULL == user)
Expand Down Expand Up @@ -206,7 +205,6 @@ sys_getpwuid(passwd_t *pwd, int uid)
return NULL;

#else //HAVE_GETPWNAM_R
#error

assert(pwd);
if (NULL == pwd) {
Expand Down
4 changes: 2 additions & 2 deletions gr/sysinfo.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <edidentifier.h>
__CIDENT_RCSID(gr_sysinfo_c,"$Id: sysinfo.c,v 1.48 2021/04/18 17:12:58 cvsuser Exp $")
__CIDENT_RCSID(gr_sysinfo_c,"$Id: sysinfo.c,v 1.49 2021/04/19 16:28:49 cvsuser Exp $")

/* -*- mode: c; indent-width: 4; -*- */
/* $Id: sysinfo.c,v 1.48 2021/04/18 17:12:58 cvsuser Exp $
/* $Id: sysinfo.c,v 1.49 2021/04/19 16:28:49 cvsuser Exp $
* System information services.
*
*
Expand Down

0 comments on commit 762caf7

Please sign in to comment.