]> The Tcpdump Group git mirrors - tcpdump/commitdiff
__PATH_SYSROOT is not initally part of __PATH_SERVICES 641/head
authorAli Abdulkadir <[email protected]>
Tue, 24 Oct 2017 05:52:42 +0000 (08:52 +0300)
committerAli Abdulkadir <[email protected]>
Tue, 24 Oct 2017 05:52:42 +0000 (08:52 +0300)
see the note above etc_path() function

getservent.h

index 95ef2354a2b8144d2037bc2f2b6a95513f45125c..83ef86493edbb4bad7169a976e0db425f62d6523 100644 (file)
@@ -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