diff options
author | Andreas Schwab <schwab@suse.de> | 1999-03-29 02:31:34 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-03-29 02:31:34 +0000 |
commit | b47516084bfba8471da0bdb58641c0d27e6e48b5 (patch) | |
tree | c846204298ae0b690e826115faf106addd005066 /sysdeps | |
parent | bce4e8006770644963bcf20a3fbe96f46383f76f (diff) | |
download | glibc-b47516084bfba8471da0bdb58641c0d27e6e48b5.tar glibc-b47516084bfba8471da0bdb58641c0d27e6e48b5.tar.gz glibc-b47516084bfba8471da0bdb58641c0d27e6e48b5.tar.bz2 glibc-b47516084bfba8471da0bdb58641c0d27e6e48b5.zip |
Updated.
1999-03-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* malloc/obstack.h (obstack_free): Explicitly convert __obj to
char * to avoid C++ warning.
Patch by yasushi@cs.washington.edu [PR libc/1035].
1999-03-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/filesys.texi (Temporary Files): mktemp and mkstemp are
declared in stdlib.h, correct return value of mkstemp.
Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
* sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
from Linux 2.2.5.
* misc/regexp.h (compile): Cast some pointers to (char *) to avoid
C++ warning.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/net/if_arp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/net/if_arp.h b/sysdeps/unix/sysv/linux/net/if_arp.h index 9ba9fe110f..c4ac8e8400 100644 --- a/sysdeps/unix/sysv/linux/net/if_arp.h +++ b/sysdeps/unix/sysv/linux/net/if_arp.h @@ -109,6 +109,10 @@ struct arphdr #define ARPHRD_ASH 781 /* (Nexus Electronics) Ash. */ #define ARPHRD_ECONET 782 /* Acorn Econet. */ #define ARPHRD_IRDA 783 /* Linux/IR. */ +#define ARPHRD_FCPP 784 /* Point to point fibrechanel. */ +#define ARPHRD_FCAL 785 /* Fibrechanel arbitrated loop. */ +#define ARPHRD_FCPL 786 /* Fibrechanel public loop. */ +#define ARPHRD_FCPFABRIC 787 /* Fibrechanel fabric. */ /* ARP ioctl request. */ |