From: Ulrich Drepper Date: Mon, 17 Apr 2000 21:18:22 +0000 (+0000) Subject: Add EAFNOSUPPORT. X-Git-Tag: glibc-2.16-ports-before-merge~2474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdb2874e3996efb84618c0e6a08afce643176c36;p=thirdparty%2Fglibc.git Add EAFNOSUPPORT. --- diff --git a/sysdeps/unix/sysv/aix/bits/errno.h b/sysdeps/unix/sysv/aix/bits/errno.h index 37800c38740..d14e3299d48 100644 --- a/sysdeps/unix/sysv/aix/bits/errno.h +++ b/sysdeps/unix/sysv/aix/bits/errno.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -98,6 +98,8 @@ # define ESOCKTNOSUPPORT 63 /* Socket type not supported. */ # define EOPNOTSUPP 64 /* Operation not supported on socket. */ # define EPFNOSUPPORT 65 /* Protocol family not supported. */ +# define EAFNOSUPPORT 66 /* Address family not supported by protocol + family. */ # define EADDRINUSE 67 /* Address already in use. */ # define EADDRNOTAVAIL 68 /* Can't assign requested address. */ # define ENETDOWN 69 /* Network is down. */