[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#36931: marked as done (libc6-dev: Include files ax25.h rose.h and netrom.h need updating)



Your message dated Fri, 12 Nov 1999 00:18:52 +0100
with message-id <19991112001852.A16758@in.tum.de>
and subject line libc6-dev: Include files ax25.h rose.h and netrom.h need updating
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Apr 1999 04:49:28 +0000
Received: (qmail 18118 invoked from network); 30 Apr 1999 04:49:26 -0000
Received: from scooter.eye-net.com.au (mail@202.139.6.76)
  by master.debian.org with SMTP; 30 Apr 1999 04:49:26 -0000
Received: from csmall by scooter.eye-net.com.au with local (Exim 2.11 #1 (Debian))
	id 10d5Ei-00040w-00; Fri, 30 Apr 1999 14:49:16 +1000
From: Craig Small <csmall@scooter.o.i.net>
Subject: libc6-dev: Include files ax25.h rose.h and netrom.h need updating
To: submit@bugs.debian.org
X-Mailer: bug 3.1.7
Message-Id: <E10d5Ei-00040w-00@scooter.eye-net.com.au>
Sender: Craig Small <csmall@scooter.eye-net.com.au>
Date: Fri, 30 Apr 1999 14:49:16 +1000

Package: libc6-dev
Version: 2.1.1-0.2
Severity: wishlist

These files need to be updated, they have some old information and are 
missing some important structures.  I have already submitted a bug
to GNU.  Here is the patch

--- netax25/ax25.h.orig	Fri Apr 30 13:59:17 1999
+++ netax25/ax25.h	Fri Apr 30 14:17:16 1999
@@ -36,6 +36,7 @@
 #define AX25_IDLE	9
 #define	AX25_PACLEN	10
 #define AX25_IPMAXQUEUE 11
+#define AX25_IAMDIGI	12
 #define AX25_KILL	99
 
 /* AX.25 socket ioctls: */
@@ -48,6 +49,9 @@
 #define SIOCAX25SETPARMS	(SIOCPROTOPRIVATE+6)
 #define SIOCAX25OPTRT		(SIOCPROTOPRIVATE+7)
 #define SIOCAX25CTLCON		(SIOCPROTOPRIVATE+8)
+#define SIOCAX25GETINFO		(SIOCPROTOPRIVATE+9)
+#define SIOCAX25ADDFWD		(SIOCPROTOPRIVATE+10)
+#define SIOCAX25DELFWD		(SIOCPROTOPRIVATE+11)
 
 /* unknown: */
 #define AX25_NOUID_DEFAULT	0
@@ -101,6 +105,25 @@
     ax25_address dest_addr;
     unsigned int cmd;
     unsigned long arg;
+    unsigned char digi_count;
+    ax25_address digi_addr[AX25_MAX_DIGIS];
+  };
+
+struct ax25_info_struct 
+  {
+    unsigned int  n2, n2count;
+    unsigned int t1, t1timer;
+    unsigned int t2, t2timer;
+    unsigned int t3, t3timer;
+    unsigned int idle, idletimer;
+    unsigned int state;
+    unsigned int rcv_q, snd_q;
+  };
+
+struct ax25_fwd_struct 
+  {
+    ax25_address port_from;
+    ax25_address port_to;
   };
 
 /* AX.25 route structure: */
--- netrom/netrom.h.orig	Fri Apr 30 14:17:53 1999
+++ netrom/netrom.h	Fri Apr 30 14:19:52 1999
@@ -29,6 +29,7 @@
 #define NETROM_T2	2
 #define NETROM_N2	3
 #define NETROM_PACLEN	5
+#define	NETROM_T4	6
 
 #define NETROM_KILL	99
 
@@ -45,6 +46,8 @@
     char mnemonic[7];
     ax25_address neighbour;
     unsigned int obs_count;
+    unsigned int ndigis;
+    ax25_address digipeaters[AX25_MAX_DIGIS];
   };
 
 /* NetRom socket ioctls: */
--- netrose/rose.h.orig	Fri Apr 30 14:20:41 1999
+++ netrose/rose.h	Fri Apr 30 14:24:55 1999
@@ -46,6 +46,7 @@
 #define	SIOCRSACCEPT		(SIOCPROTOPRIVATE + 3)
 #define	SIOCRSCLRRT		(SIOCPROTOPRIVATE + 4)
 #define	SIOCRSGL2CALL		(SIOCPROTOPRIVATE + 5)
+#define	SIOCRSGFACILITIES	(SIOCPROTOPRIVATE + 6)
 
 #define	ROSE_DTE_ORIGINATED	0x00
 #define	ROSE_NUMBER_BUSY	0x01
@@ -73,6 +74,15 @@
   ax25_address	srose_digi;
 };
 
+struct full_sockaddr_rose 
+{
+  sa_family_t srose_family;
+  rose_address srose_addr;
+  ax25_address srose_call;
+  unsigned int srose_ndigis;
+  ax25_address srose_digis[ROSE_MAX_DIGIS];
+};
+
 struct rose_route_struct
 {
   rose_address address;
@@ -87,6 +97,18 @@
 {
   unsigned char	cause;
   unsigned char	diagnostic;
+};
+
+struct rose_facilities_struct 
+{
+  rose_address source_addr,   dest_addr;
+  ax25_address source_call,   dest_call;
+  unsigned char source_ndigis, dest_ndigis;
+  ax25_address source_digis[ROSE_MAX_DIGIS];
+  ax25_address dest_digis[ROSE_MAX_DIGIS];
+  unsigned int rand;
+  rose_address fail_addr;
+  ax25_address fail_call;
 };
 
 #endif	/* netrose/rose.h */



-- System Information
Debian Release: potato
Kernel Version: Linux scooter 2.0.35 #2 Thu Oct 15 13:04:12 EST 1998 i586 unknown

Versions of the packages libc6-dev depends on:
ii  libc6           2.1.1-0.2      GNU C Library: shared libraries
---------------------------------------
Received: (at 36931-done) by bugs.debian.org; 11 Nov 1999 23:30:35 +0000
Received: (qmail 19953 invoked from network); 11 Nov 1999 23:30:35 -0000
Received: from tuminfo2.informatik.tu-muenchen.de (root@131.159.0.81)
  by master.debian.org with SMTP; 11 Nov 1999 23:30:35 -0000
Received: from atsystem1.informatik.tu-muenchen.de ([131.159.8.165] HELO atsystem1.informatik.tu-muenchen.de ident: postfix [port 33419]) by tuminfo2.informatik.tu-muenchen.de with SMTP id <111418-3286>; Fri, 12 Nov 1999 00:30:28 +0000
Received: from asterix.gallien (schoepf.modem.informatik.tu-muenchen.de [172.16.0.164])
	by atsystem1.informatik.tu-muenchen.de (Postfix) with ESMTP id 6DE4282D7
	for <36931-done@bugs.debian.org>; Fri, 12 Nov 1999 00:30:25 +0100 (MET)
Received: from schoepf by asterix.gallien with local (Exim 3.03 #1 (Debian))
	id 11m3US-0004MT-00; Fri, 12 Nov 1999 00:18:52 +0100
Date:	Fri, 12 Nov 1999 00:18:52 +0100
From:	Thomas Schoepf <schoepf@debian.org>
To:	36931-done@bugs.debian.org
Subject: Re: libc6-dev: Include files ax25.h rose.h and netrom.h need updating
Message-ID: <19991112001852.A16758@in.tum.de>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7"
User-Agent: Mutt/1.0i
Sender: Thomas Schoepf <schoepf@in.tum.de>


--fdj2RfSjLxBAspz7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Hi,

> These files need to be updated, they have some old information and are
> missing some important structures.  I have already submitted a bug
> to GNU.  Here is the patch

all of the changes are present in libc6-dev_2.1.2-10


Thomas
--=20
DSA/B0FA4F49;ElG/C631AF6E:FA38 2D7E 408F 61E4 BF49  B48F 04BD F5BE B0FA 4F49
RSA/2EA7BBBD: 08 96 1F CD AD 55 03 0F  95 92 B0 F2 04 32 4B 52

--fdj2RfSjLxBAspz7
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjgrTtwACgkQBL31vrD6T0nEYQCgg4eYjMBscHAVyBxSVefr8C3B
7ocAn0FYQzI79O85nMlXoY3/5bMpMSq9
=W+sn
-----END PGP SIGNATURE-----

--fdj2RfSjLxBAspz7--


Reply to: