]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(AX25_PIDINCL): Added.
authorUlrich Drepper <drepper@redhat.com>
Thu, 17 Jun 1999 12:36:27 +0000 (12:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 17 Jun 1999 12:36:27 +0000 (12:36 +0000)
sysdeps/unix/sysv/linux/netax25/ax25.h

index 9a4212be7046e70d9b443dd745f43d938832c27b..8e62dd95028525ccba74249447d93e818ecb51bc 100644 (file)
@@ -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;