Content-Length: 276327 | pFad | http://github.com/DragonFlyBSD/cpdup/commit/e2fa33b51f134e0060c47de996c38f5b97be5065
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1866925 commit e2fa33bCopy full SHA for e2fa33b
cpdup.h
@@ -24,6 +24,9 @@
24
#include <fnmatch.h>
25
#include <assert.h>
26
27
+#define VERSION "1.20"
28
+#define AUTHORS "Matt Dillon, Dima Ruban, & Oliver Fromme"
29
+
30
#ifdef __linux__
31
# define __printf0like(a,b)
32
# define __unused __attribute__((unused))
misc.c
@@ -208,7 +208,7 @@ fatal(const char *ctl, ...)
208
" patch if the exclusion file is specified via\n"
209
" an absolute path.\n"
210
"\n"
211
- "Version 1.20 by Matt Dillon, Dima Ruban, & Oliver Fromme.\n"
+ "Version " VERSION " by " AUTHORS "\n"
212
);
213
exit(0);
214
} else {
Fetched URL: http://github.com/DragonFlyBSD/cpdup/commit/e2fa33b51f134e0060c47de996c38f5b97be5065
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments