diff options
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/net/gai_strerror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/gai_strerror.c b/src/lib/libc/net/gai_strerror.c index a191cb5b28..767bc2f7e8 100644 --- a/src/lib/libc/net/gai_strerror.c +++ b/src/lib/libc/net/gai_strerror.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: gai_strerror.c,v 1.5 2001/06/05 02:31:34 deraadt Exp $ */ | 1 | /* $OpenBSD: gai_strerror.c,v 1.6 2004/12/20 22:35:32 millert Exp $ */ |
| 2 | 2 | ||
| 3 | /* | 3 | /* |
| 4 | * Copyright (c) 1997-1999, Craig Metz, All rights reserved. | 4 | * Copyright (c) 1997-1999, Craig Metz, All rights reserved. |
| @@ -38,7 +38,7 @@ | |||
| 38 | #include <netdb.h> | 38 | #include <netdb.h> |
| 39 | #include <errno.h> | 39 | #include <errno.h> |
| 40 | 40 | ||
| 41 | char * | 41 | const char * |
| 42 | gai_strerror(int errnum) | 42 | gai_strerror(int errnum) |
| 43 | { | 43 | { |
| 44 | switch (errnum) { | 44 | switch (errnum) { |
