summaryrefslogtreecommitdiff
path: root/gl/inet_pton.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-21 13:25:17 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-21 13:25:17 +0000
commitfac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c (patch)
tree58ab7b9a2d3aed7b6288283d9d408823420bbf8b /gl/inet_pton.c
parent2c54ada4e0cabb8bcbdd373e14f7cdfc47164c68 (diff)
downloadgnutls-fac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c.tar.gz
Update.
Diffstat (limited to 'gl/inet_pton.c')
-rw-r--r--gl/inet_pton.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gl/inet_pton.c b/gl/inet_pton.c
index 9f2cb9515b..8bf27d5321 100644
--- a/gl/inet_pton.c
+++ b/gl/inet_pton.c
@@ -1,5 +1,6 @@
/* inet_pton.c -- convert IPv4 and IPv6 addresses from text to binary form
- Copyright (c) 2006 Free Software Foundation, Inc.
+
+ Copyright (C) 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -32,9 +33,7 @@
* SOFTWARE.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
/* Specification. */
#include "inet_pton.h"