~ubuntu-branches/ubuntu/edgy/freeradius/edgy-updates

« back to all changes in this revision

Viewing changes to src/lib/udpfromto.c

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-07-08 19:41:05 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708194105-2dabtaxd16o7p90g
Tags: 1.1.2-2ubuntu1
* Merge from debian unstable.
* Remove previous patches merged upstream:
  - 14_freeradius-dictionary-fix.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 *   You should have received a copy of the GNU Lesser General Public
13
13
 *   License along with this library; if not, write to the Free Software
14
 
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 
14
 *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
15
15
 *
16
16
 *  Helper functions to get/set addresses of UDP packets
17
17
 *  based on recvfromto by Miquel van Smoorenburg
31
31
 * sendfromto   added 18/08/2003, Jan Berkel <jan@sitadelle.com>
32
32
 *              Works on Linux and FreeBSD (5.x)
33
33
 *
34
 
 * Version: $Id: udpfromto.c,v 1.4 2004/02/26 19:04:21 aland Exp $
 
34
 * Version: $Id: udpfromto.c,v 1.4.4.1 2006/03/15 15:37:58 nbk Exp $
35
35
 */
36
36
 
37
37
#include "autoconf.h"
38
38
 
39
39
#ifdef WITH_UDPFROMTO
40
 
static const char rcsid[] = "$Id: udpfromto.c,v 1.4 2004/02/26 19:04:21 aland Exp $";
 
40
static const char rcsid[] = "$Id: udpfromto.c,v 1.4.4.1 2006/03/15 15:37:58 nbk Exp $";
41
41
 
42
42
#include <sys/types.h>
43
43