summaryrefslogtreecommitdiffstats
path: root/newlib/libc/unix
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/unix')
-rw-r--r--newlib/libc/unix/getpwent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/unix/getpwent.c b/newlib/libc/unix/getpwent.c
index 23a35f49b..90ce30eaf 100644
--- a/newlib/libc/unix/getpwent.c
+++ b/newlib/libc/unix/getpwent.c
@@ -22,7 +22,6 @@ getpwnam (name)
const char *name;
{
FILE *fp;
- int uid, gid;
char buf[1024];
if ((fp = fopen ("/etc/passwd", "r")) == NULL)