aboutsummaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-01-11 17:02:25 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-01-11 17:02:25 +0000
commit27b8c977512ab6a402c9b967eb5427b5964c8e23 (patch)
tree3b3716f096aff83c511f88d8ceb1726eb9539cb0 /www/firefox
parented06bfc51768f509f730ddb56b0846215c190fe8 (diff)
downloadports-27b8c977512ab6a402c9b967eb5427b5964c8e23.tar.gz
ports-27b8c977512ab6a402c9b967eb5427b5964c8e23.zip
Touch these files again, shortening the context of the diffs. This is done
to convince cvs and thus portsnap to pickup the correcons of these files. Discussed with: peter Submitted by: beat
Notes
Notes: svn path=/head/; revision=310242
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/files/patch-bug80749212
1 files changed, 1 insertions, 11 deletions
diff --git a/www/firefox/files/patch-bug807492 b/www/firefox/files/patch-bug807492
index 61788c46e8d7..061b9df4e8e3 100644
--- a/www/firefox/files/patch-bug807492
+++ b/www/firefox/files/patch-bug807492
@@ -446,13 +446,7 @@ diff --git media/mtransport/third_party/nrappkit/src/port/generic/include/sys/qu
index bcb1ec0..bb73591 100644
--- media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h
+++ media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h
-@@ -28,17 +28,17 @@
- *
- * @(#)queue.h 8.5 (Berkeley) 8/20/94
- * $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $
- */
-
- #ifndef _SYS_QUEUE_H_
+@@ -33,5 +33,5 @@
#define _SYS_QUEUE_H_
-#ifndef DARWIN
@@ -461,10 +455,6 @@ index bcb1ec0..bb73591 100644
#define __offsetof offsetof
#endif
- #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \
- for ((var) = STAILQ_FIRST((head)); \
- (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \
- (var) = (tvar))
diff --git media/mtransport/third_party/nrappkit/src/util/util.c media/mtransport/third_party/nrappkit/src/util/util.c
index 3aced8b..be020bb 100644
--- media/mtransport/third_party/nrappkit/src/util/util.c