Kernel Compile issue

From: Larry Rosenman <ler_at_lerctr.org>
Date: Sat, 29 May 2004 08:05:47 -0500
I tried to compile a kernel from today's sources, and got a message about a
function definition not being a prototype in wpaul_at_'s subr_ndis.c commit.

I made the following patch, which fixed it for me.

lerlaptop# diff -u subr_ndis.c.old subr_ndis.c
--- subr_ndis.c.old     Sat May 29 01:41:16 2004
+++ subr_ndis.c Sat May 29 06:48:27 2004
_at__at_ -556,10 +556,7 _at__at_
 }

 static int
-my_strcasecmp(s1, s2, len)
-        const char              *s1;
-        const char              *s2;
-        int                     len;
+my_strcasecmp(const char *s1, const char *s2, int len)
 {
         int                     i;

lerlaptop#


Can someone commit?

Thanks!

LER


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler_at_lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Received on Sat May 29 2004 - 04:05:58 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:55 UTC