ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/inet.c
Revision: 5167
Committed: Fri Dec 26 18:58:49 2014 UTC (9 years, 3 months ago) by michael
Content type: text/x-csrc
File size: 1075 byte(s)
Log Message:
- Removed inet_pton() compatibility code

File Contents

# Content
1 /*
2 Copyright (C) 2002 by the past and present ircd coders, and others.
3
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License
6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to:
16
17 The Free Software Foundation, Inc.
18 59 Temple Place - Suite 330
19 Boston, MA 02111-1307, USA.
20
21 */
22
23 /*
24 * This code is borrowed from ircd-hybrid version 7
25 * -TimeMr14C
26 */
27
28 #include <errno.h>
29 #include <stdio.h>
30 #include <assert.h>
31 #include <string.h>
32 #include <stdlib.h>
33 #include <sys/types.h>
34 #include <sys/socket.h>
35 #include <netinet/in.h>
36
37 #include "setup.h"
38 #include "inet.h"
39 #include "log.h"

Properties

Name Value
svn:eol-style native
svn:keywords Id