aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/getgrnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/getgrnam.c')
-rw-r--r--libpwdgrp/getgrnam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/getgrnam.c b/libpwdgrp/getgrnam.c
index 62b2b26ca..919622ea1 100644
--- a/libpwdgrp/getgrnam.c
+++ b/libpwdgrp/getgrnam.c
@@ -24,7 +24,7 @@
24#include <string.h> 24#include <string.h>
25#include <errno.h> 25#include <errno.h>
26#include <fcntl.h> 26#include <fcntl.h>
27#include "grp.h" 27#include "grp_.h"
28 28
29struct group *getgrnam(const char *name) 29struct group *getgrnam(const char *name)
30{ 30{