diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-16 15:11:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-16 15:11:40 +0000 |
commit | 2972264e210a742ac9a6d862e3976d93ddc38529 (patch) | |
tree | 53e3ec5288cfdb851a7e4bf0b2d34c24ff0b58ab | |
parent | 14a1bb6a085f0b05427c47452f762a70b8530f23 (diff) | |
download | glibc-2972264e210a742ac9a6d862e3976d93ddc38529.tar glibc-2972264e210a742ac9a6d862e3976d93ddc38529.tar.gz glibc-2972264e210a742ac9a6d862e3976d93ddc38529.tar.bz2 glibc-2972264e210a742ac9a6d862e3976d93ddc38529.zip |
Update.
1999-06-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/netax25/ax25.h (AX25_PIDINCL): Added.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/netax25/ax25.h | 7 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +1999-06-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * sysdeps/unix/sysv/linux/netax25/ax25.h (AX25_PIDINCL): Added. + 1999-06-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/sys/sysmacros.h [!__GNUC__]: Use correct diff --git a/sysdeps/unix/sysv/linux/netax25/ax25.h b/sysdeps/unix/sysv/linux/netax25/ax25.h index 9a4212be70..8e62dd9502 100644 --- a/sysdeps/unix/sysv/linux/netax25/ax25.h +++ b/sysdeps/unix/sysv/linux/netax25/ax25.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999 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 @@ -33,6 +33,7 @@ #define AX25_N2 3 #define AX25_BACKOFF 6 #define AX25_EXTSEQ 7 +#define AX25_PIDINCL 8 #define AX25_IDLE 9 #define AX25_PACLEN 10 #define AX25_IPMAXQUEUE 11 @@ -109,7 +110,7 @@ struct ax25_ctl_struct ax25_address digi_addr[AX25_MAX_DIGIS]; }; -struct ax25_info_struct +struct ax25_info_struct { unsigned int n2, n2count; unsigned int t1, t1timer; @@ -120,7 +121,7 @@ struct ax25_info_struct unsigned int rcv_q, snd_q; }; -struct ax25_fwd_struct +struct ax25_fwd_struct { ax25_address port_from; ax25_address port_to; |