You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.9 KiB

  1. --- a/Clients/dns-sd.c
  2. +++ b/Clients/dns-sd.c
  3. @@ -2281,7 +2281,7 @@ Fail:
  4. // NOT static -- otherwise the compiler may optimize it out
  5. // The "@(#) " pattern is a special prefix the "what" command looks for
  6. -const char VersionString_SCCS[] = "@(#) dns-sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  7. +const char VersionString_SCCS[] = "@(#) dns-sd " STRINGIFY(mDNSResponderVersion);
  8. #if _BUILDING_XCODE_PROJECT_
  9. // If the process crashes, then this string will be magically included in the automatically-generated crash log
  10. --- a/mDNSPosix/PosixDaemon.c
  11. +++ b/mDNSPosix/PosixDaemon.c
  12. @@ -290,9 +290,9 @@ asm (".desc ___crashreporter_info__, 0x1
  13. // For convenience when using the "strings" command, this is the last thing in the file
  14. #if mDNSResponderVersion > 1
  15. -mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  16. +mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion);
  17. #elif MDNS_VERSIONSTR_NODTS
  18. mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder (Engineering Build)";
  19. #else
  20. -mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder (Engineering Build) (" __DATE__ " " __TIME__ ")";
  21. +mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder (Engineering Build)";
  22. #endif
  23. --- a/mDNSShared/Java/JNISupport.c
  24. +++ b/mDNSShared/Java/JNISupport.c
  25. @@ -1069,4 +1069,4 @@ exit:
  26. // NOT static -- otherwise the compiler may optimize it out
  27. // The "@(#) " pattern is a special prefix the "what" command looks for
  28. -const char VersionString_SCCS[] = "@(#) libjdns_sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  29. +const char VersionString_SCCS[] = "@(#) libjdns_sd " STRINGIFY(mDNSResponderVersion);
  30. --- a/mDNSShared/dnsextd.c
  31. +++ b/mDNSShared/dnsextd.c
  32. @@ -3136,7 +3136,7 @@ mDNS mDNSStorage;
  33. // For convenience when using the "strings" command, this is the last thing in the file
  34. // The "@(#) " pattern is a special prefix the "what" command looks for
  35. -const char mDNSResponderVersionString_SCCS[] = "@(#) dnsextd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  36. +const char mDNSResponderVersionString_SCCS[] = "@(#) dnsextd " STRINGIFY(mDNSResponderVersion);
  37. #if _BUILDING_XCODE_PROJECT_
  38. // If the process crashes, then this string will be magically included in the automatically-generated crash log
  39. --- a/mDNSShared/dnssd_clientlib.c
  40. +++ b/mDNSShared/dnssd_clientlib.c
  41. @@ -363,4 +363,4 @@ DNSServiceErrorType DNSSD_API TXTRecordG
  42. // NOT static -- otherwise the compiler may optimize it out
  43. // The "@(#) " pattern is a special prefix the "what" command looks for
  44. -const char VersionString_SCCS_libdnssd[] DNSSD_USED = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  45. +const char VersionString_SCCS_libdnssd[] DNSSD_USED = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion);