mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
MFH: 2017Q1 Security: https://vuxml.freebsd.org/freebsd/a505d397-0758-11e7-8d8b-e8e0b747a45a.html
10 lines
254 B
C
10 lines
254 B
C
--- components/gcm_driver/gcm_client.h.orig 2017-03-09 20:04:31 UTC
|
|
+++ components/gcm_driver/gcm_client.h
|
|
@@ -78,6 +78,7 @@ class GCMClient {
|
|
PLATFORM_CROS,
|
|
PLATFORM_IOS,
|
|
PLATFORM_ANDROID,
|
|
+ PLATFORM_BSD,
|
|
PLATFORM_UNKNOWN
|
|
};
|
|
|