1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../dvbd/compile.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- dvbd-0.7.6/src/outputbuffer.cpp.vanilla 2005-04-15 17:38:50.000000000 +0200
17 +++ dvbd-0.7.6/src/outputbuffer.cpp 2005-04-15 17:38:42.000000000 +0200
19 #include <sys/socket.h>
24 OutputBuffer::OutputBuffer(int fd, int initSize, int maxSize)
25 : CircularBuffer(initSize, maxSize), fd(fd)