diff --git a/src/bin/shutdown.cpp b/src/bin/shutdown.cpp index 4d7fd1568d..40503d6662 100644 --- a/src/bin/shutdown.cpp +++ b/src/bin/shutdown.cpp @@ -55,7 +55,11 @@ #define B_SYSTEM_SHUTDOWN 0x12d #define B_SYSTEM_REBOOT 0x12e +#ifdef __HAIKU__ +static const char *kRosterSignature = "application/x-vnd.haiku-registrar"; +#else static const char *kRosterSignature = "application/x-vnd.Be-ROST"; +#endif // globals const char kIconBits[] = {