aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/pwd_grp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c
index abb6f189a..2eb9d9dd1 100644
--- a/libpwdgrp/pwd_grp.c
+++ b/libpwdgrp/pwd_grp.c
@@ -20,16 +20,6 @@
20#include "libbb.h" 20#include "libbb.h"
21#include <assert.h> 21#include <assert.h>
22 22
23#ifndef _PATH_SHADOW
24#define _PATH_SHADOW "/etc/shadow"
25#endif
26#ifndef _PATH_PASSWD
27#define _PATH_PASSWD "/etc/passwd"
28#endif
29#ifndef _PATH_GROUP
30#define _PATH_GROUP "/etc/group"
31#endif
32
33/**********************************************************************/ 23/**********************************************************************/
34/* Sizes for statically allocated buffers. */ 24/* Sizes for statically allocated buffers. */
35 25