From: "Jeff V. Merkey" <jmerkey@vger.timpanogas.org>
To: Kai Germaschewski <kai@thphy.uni-duesseldorf.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
jmerkey@timpanogas.org, linux-kernel@vger.kernel.org
Subject: Re: Linux 2.2.18pre22
Date: Mon, 20 Nov 2000 10:29:24 -0700 [thread overview]
Message-ID: <20001120102924.B30798@vger.timpanogas.org> (raw)
In-Reply-To: <20001119225041.C29253@vger.timpanogas.org> <Pine.LNX.4.10.10011201103390.31651-100000@chaos.thphy.uni-duesseldorf.de>
In-Reply-To: <Pine.LNX.4.10.10011201103390.31651-100000@chaos.thphy.uni-duesseldorf.de>; from kai@thphy.uni-duesseldorf.de on Mon, Nov 20, 2000 at 11:10:21AM +0100
On Mon, Nov 20, 2000 at 11:10:21AM +0100, Kai Germaschewski wrote:
>
> On Sun, 19 Nov 2000, Jeff V. Merkey wrote:
>
> > ISDN_MODEM_ANZREG undefined on 2.4.0-10(11) and 2.2.18-22, rpm.spec is
> > attached.
>
> This has been fixed 2000/03/03, see below. Just use the latest version,
> ftp.isdn4linux.de/pub/isdn4linux/utils/isdn4k-utils.v3.1pre1.tar.gz
>
> --Kai
This patch was not included in the pre1.tar.gz I downloaded last week.
You may want to check the binary and make certain it's got the later file.
I will check our archives as well. You will note the rpm.spec file I sent
you was pulling the pre1.tar.gz off your site directly during the build,
(RPM is a studly tool).
Jeff
>
>
> Index: iprofd.c
> ===================================================================
> RCS file: /i4ldev/isdn4k-utils/iprofd/iprofd.c,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -r1.7 -r1.8
> --- iprofd.c 1999/09/06 08:03:25 1.7
> +++ iprofd.c 2000/03/03 12:45:53 1.8
> @@ -1,4 +1,4 @@
> -/* $Id: iprofd.c,v 1.7 1999/09/06 08:03:25 fritz Exp $
> +/* $Id: iprofd.c,v 1.8 2000/03/03 12:45:53 calle Exp $
>
> * Daemon for saving ttyIx-profiles to a file.
> *
> @@ -22,6 +22,9 @@
> * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> *
> * $Log: iprofd.c,v $
> + * Revision 1.8 2000/03/03 12:45:53 calle
> + * Make compile with newer versions of kernel drivers.
> + *
> * Revision 1.7 1999/09/06 08:03:25 fritz
> * Changed my mail-address.
> *
> @@ -67,8 +70,12 @@
> #ifndef ISDN_LMSNLEN
> #define ISDN_LMSNLEN 0
> #endif
> +
> +#ifndef ISDN_MODEM_NUMREG
> +#define ISDN_MODEM_NUMREG ISDN_MODEM_ANZREG
> +#endif
>
> -#define BUFSZ ((ISDN_MODEM_ANZREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
> +#define BUFSZ ((ISDN_MODEM_NUMREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
>
> void
> dumpModem(int dummy)
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-11-20 17:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-19 1:11 Linux 2.2.18pre22 Alan Cox
2000-11-19 1:56 ` Miquel van Smoorenburg
2000-11-19 2:51 ` J . A . Magallon
2000-11-19 8:53 ` Jeff V. Merkey
2000-11-19 12:57 ` Alan Cox
2000-11-20 5:45 ` Jeff V. Merkey
2000-11-19 15:09 ` Kai Germaschewski
2000-11-20 5:50 ` Jeff V. Merkey
2000-11-20 10:10 ` Kai Germaschewski
2000-11-20 17:29 ` Jeff V. Merkey [this message]
2000-11-19 10:07 ` Michael Marxmeier
2000-12-11 9:15 ` warning during make modules Corisen
2000-12-11 9:27 ` Keith Owens
2000-12-11 11:05 ` Corisen
2000-12-11 12:06 ` Keith Owens
2000-11-20 11:33 ` Linux 2.2.18pre22 Arnaud S . Launay
2000-11-21 7:36 ` Tomasz K³oczko
2000-11-21 9:32 ` David S. Miller
2000-11-22 13:48 ` John Kennedy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20001120102924.B30798@vger.timpanogas.org \
--to=jmerkey@vger.timpanogas.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=jmerkey@timpanogas.org \
--cc=kai@thphy.uni-duesseldorf.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox