ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: Alexey Morozov <morozov@novosoft.ru>
To: ALT Linux kernel packages development <devel-kernel@altlinux.ru>
Subject: [d-kernel]  Я продолжаю наступать на грабли:-)
Date: 05 Jul 2003 22:53:21 +0700
Message-ID: <1057420401.8728.230.camel@pyro.hopawar.private.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

В аттачменте - патч на include/linux/kbd_kern.h. В его нынешнем виде
этот хидер некорректен, т.к. использует в фугкции con_schedule_flip
структуру tty_struct из не включенного include/linux/tty.h.
Соответственно, те сорцы, которые включают kbd_kern.h, но не включают
tty.h не собираются (набрел на каком-то из драйверов char дивайсов).
Видимо, патч - кандидат для kernel-fix-build (по крайней мере, я себе
его туда положил)


[-- Attachment #2: kbd_kern-build.patch --]
[-- Type: text/plain, Size: 275 bytes --]

--- linux/include/linux/kbd_kern.h	2003-07-05 21:51:38 +0700
+++ linux/include/linux/kbd_kern.h	2003-07-05 22:04:58 +0700
@@ -3,6 +3,7 @@
 
 #include <linux/interrupt.h>
 #include <linux/keyboard.h>
+#include <linux/tty.h>
 
 extern struct tasklet_struct keyboard_tasklet;
 

                 reply	other threads:[~2003-07-05 15:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1057420401.8728.230.camel@pyro.hopawar.private.net \
    --to=morozov@novosoft.ru \
    --cc=devel-kernel@altlinux.ru \
    /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

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git