diff options
author | Ali Abdulkadir <autostart.ini@gmail.com> | 2017-10-24 08:52:42 +0300 |
---|---|---|
committer | Ali Abdulkadir <autostart.ini@gmail.com> | 2017-10-24 08:52:42 +0300 |
commit | 14c261117463cd0a720c448ab10d8590f2f22db8 (patch) | |
tree | d428a57ed752567986808c0bbacb66a2a340a19e /getservent.h | |
parent | 260ad4d1bdfdff0a542844a2e9da892ec0bfd72a (diff) | |
download | tcpdump-14c261117463cd0a720c448ab10d8590f2f22db8.tar.gz |
__PATH_SYSROOT is not initally part of __PATH_SERVICES
see the note above etc_path() function
Diffstat (limited to 'getservent.h')
-rw-r--r-- | getservent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getservent.h b/getservent.h index 95ef2354..83ef8649 100644 --- a/getservent.h +++ b/getservent.h @@ -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 |