ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/libopm/src/compat.c
Revision: 5171
Committed: Fri Dec 26 20:53:32 2014 UTC (9 years, 3 months ago) by michael
Content type: text/x-csrc
File size: 898 byte(s)
Log Message:
- Continue to use inet_pton() until we add full ipv6 support, but at least
  replace all occurrences of inet_aton() with inet_pton()

File Contents

# Content
1 /*
2 * Copyright (C) 2002 Andy Smith
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 #include "setup.h"
23
24 #include <stdio.h>
25
26 #ifdef STDC_HEADERS
27 # include <string.h>
28 #endif
29
30 #include "compat.h"
31 #include "opm.h"

Properties

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