From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 10 Mar 2005 17:18:54 +0300 From: Sergey Vlasov To: sisyphus@altlinux.ru Subject: Re: [sisyphus] kernel-source-2.6.11 Message-ID: <20050310141854.GC28568@master.mivlgu.local> Mail-Followup-To: sisyphus@altlinux.ru References: <200503101543.55989.led@ukr-fin.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YD3LsXFS42OYHhNZ" Content-Disposition: inline In-Reply-To: <200503101543.55989.led@ukr-fin.com.ua> X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 14:18:56 -0000 Archived-At: List-Archive: --YD3LsXFS42OYHhNZ Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 10, 2005 at 03:43:55PM +0200, Led wrote: > =FC=D4=CF =D4=CF=CC=D8=CB=CF =D5 =CD=C5=CE=D1 =D3=C1=C2=D6 =D7=D9=CC=C5= =D4=C1=C5=D4 =D7 =D0=D2=CF=C3=C5=D3=D3=C5 `make htmldocs` =C9=CC=C9 =D5 =CD= =C5=CE=D1 =DE=D4=CF-=D4=CF =D3=20 > =D2=D5=CB=C1=CD=C9, =C9=CC=C9 =CE=C5 =D7=D3=A3 =D4=C1=CB =D0=D2=CF=D3=D4= =CF =C4=C5=CC=C1=C5=D4=D3=D1?:) =FC=D4=CF =C2=C1=C7 =D7 2.6.11. --- linux-2.6.11-rc4-bk2/include/linux/skbuff.h.doc-build 2005-02-14 20:12:= 37 +0300 +++ linux-2.6.11-rc4-bk2/include/linux/skbuff.h 2005-02-14 22:46:20 +0300 @@ -921,6 +921,7 @@ static inline void __skb_queue_purge(str kfree_skb(skb); } =20 +#ifndef CONFIG_HAVE_ARCH_DEV_ALLOC_SKB /** * __dev_alloc_skb - allocate an skbuff for sending * @length: length to allocate @@ -933,7 +934,6 @@ static inline void __skb_queue_purge(str * * %NULL is returned in there is no free memory. */ -#ifndef CONFIG_HAVE_ARCH_DEV_ALLOC_SKB static inline struct sk_buff *__dev_alloc_skb(unsigned int length, int gfp_mask) { --- linux-2.6.11-rc4-bk2/drivers/video/fbmem.c.doc-build 2005-02-14 20:12:3= 3 +0300 +++ linux-2.6.11-rc4-bk2/drivers/video/fbmem.c 2005-02-14 23:02:45 +0300 @@ -1261,9 +1261,6 @@ int fb_get_options(char *name, char **op * Returns zero. * */ - -extern const char *global_mode_option; - int __init video_setup(char *options) { int i, global =3D 0; @@ -1277,6 +1274,8 @@ int __init video_setup(char *options) } =20 if (!global && !strstr(options, "fb:")) { + extern const char *global_mode_option; + global_mode_option =3D options; global =3D 1; } --YD3LsXFS42OYHhNZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCMFdOW82GfkQfsqIRAq7PAJ0cGVxiPy86wEC0rRzFjlffSsSHcQCeOcfa Mobv8jX3WIA0VorKY8o0O34= =eCOv -----END PGP SIGNATURE----- --YD3LsXFS42OYHhNZ--