mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
287 B
C++
12 lines
287 B
C++
--- conf.cpp.orig 2023-05-04 07:34:30 UTC
|
|||
|
|
+++ conf.cpp
|
||
|
|
@@ -35,6 +35,8 @@ any later version.
|
||
|
|
#include <string.h>
|
||
|
|
#include <unistd.h>
|
||
|
|
|
||
|
|
+#define program_invocation_name getprogname()
|
||
|
|
+
|
||
|
|
using namespace std;
|
||
|
|
|
||
|
|
/* true if locate(1) should check whether files are visible before reporting
|