components/desktop/libproxy/patches/01-memset.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Wed, 16 Nov 2016 18:50:18 -0800
changeset 7327 9c5f2a8218bc
permissions -rw-r--r--
23245338 Move libproxy to Userland and update to 0.4.11.1 PSARC/2016/408 GNOME 3 Miscellaneous Libraries
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7327
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
Fix for compiling.  This change can be sent upstream
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
--- libproxy-master/libproxy/modules/config_gnome3.cpp	Sat Sep  7 04:14:17 2013
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
+++ libproxy-master/libproxy/modules/config_gnome3.cpp	Mon May 11 17:56:50 2015
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
@@ -25,6 +25,7 @@
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
 #include <sys/stat.h>     // For stat()
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
 #include <unistd.h>       // For pipe(), close(), vfork(), dup(), execl(), _exit()
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
 #include <signal.h>       // For kill()
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
+#include <string.h>       // For memset()
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
 
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
 #include "../extension_config.hpp"
9c5f2a8218bc 23245338 Move libproxy to Userland and update to 0.4.11.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
 using namespace libproxy;