diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-29 04:14:16 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-29 04:14:16 +0800 |
commit | 2d4f7f7e33c378641d2a0beb36f3788b19737693 (patch) | |
tree | d9fb4d1439ae9bd97a4197cbf7597041478da392 /www/epiphany/files | |
parent | b562006c32e20c3c3767ee3a5f9aea388d56b2f4 (diff) | |
download | freebsd-ports-gnome-2d4f7f7e33c378641d2a0beb36f3788b19737693.tar.gz freebsd-ports-gnome-2d4f7f7e33c378641d2a0beb36f3788b19737693.tar.zst freebsd-ports-gnome-2d4f7f7e33c378641d2a0beb36f3788b19737693.zip |
Update to 0.7.1.
Diffstat (limited to 'www/epiphany/files')
-rw-r--r-- | www/epiphany/files/patch-lib_ephy-node.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/epiphany/files/patch-lib_ephy-node.c b/www/epiphany/files/patch-lib_ephy-node.c new file mode 100644 index 000000000000..28afb360b7cb --- /dev/null +++ b/www/epiphany/files/patch-lib_ephy-node.c @@ -0,0 +1,17 @@ +--- lib/ephy-node.c.orig Sat Jun 28 11:03:58 2003 ++++ lib/ephy-node.c Sat Jun 28 11:04:22 2003 +@@ -115,12 +115,12 @@ + static void + callback (long id, EphyNodeSignalData *data, gpointer *user_data) + { +- va_list valist; ++ _BSD_VA_LIST_ valist; + EphyNodeSignalType type = GPOINTER_TO_INT (user_data[1]); + + if (data->type != type) return; + +- va_copy(valist, user_data[0]); ++ valist = user_data[0]; + + switch (data->type) + { |