Skip to content

Commit

Permalink
__PATH_SYSROOT is not initally part of __PATH_SERVICES
Browse files Browse the repository at this point in the history
see the note above etc_path() function
  • Loading branch information
sgeto committed Oct 24, 2017
1 parent 260ad4d commit 14c2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getservent.h
Expand Up @@ -55,7 +55,7 @@
*/
#define __PATH_SYSROOT "PREFIX"
#define __PATH_ETC_INET "/etc/"
#define __PATH_SERVICES __PATH_SYSROOT__PATH_ETC_INET"services"
#define __PATH_SERVICES __PATH_ETC_INET"services"
#endif

#define MAXALIASES 35
Expand Down

0 comments on commit 14c2611

Please sign in to comment.