summaryrefslogtreecommitdiff
path: root/lib/sgetpwent.c
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2022-08-20 18:17:16 +0200
committerBalint Reczey <balint@balintreczey.hu>2022-08-20 18:17:16 +0200
commit675b462b64b213647d0f5c56b1e8440be5890c8a (patch)
tree1cd63eec7594d03a622575136c61d8c813f59503 /lib/sgetpwent.c
parent0c04b92a9afe5e09a20307d8a5ec98d97ed00f47 (diff)
downloadshadow-675b462b64b213647d0f5c56b1e8440be5890c8a.tar.gz
New upstream version 4.12.2+dfsg1
Diffstat (limited to 'lib/sgetpwent.c')
-rw-r--r--lib/sgetpwent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sgetpwent.c b/lib/sgetpwent.c
index 84a653d7..c6e5944c 100644
--- a/lib/sgetpwent.c
+++ b/lib/sgetpwent.c
@@ -35,8 +35,8 @@ struct passwd *sgetpwent (const char *buf)
{
static struct passwd pwent;
static char pwdbuf[1024];
- register int i;
- register char *cp;
+ int i;
+ char *cp;
char *fields[NFIELDS];
/*