lkml.org 
[lkml]   [1996]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjecttypo and implicit declaration in amigafs.c (1.3.99)
Hello,
Here are erros that occur when compiling affs as module :

dir.c: In function `affs_readdir':
dir.c:147: warning: implicit declaration of function `pd_debug'
amigaffs.c: In function `affs_fix_link_pred':
amigaffs.c:131: parse error before `)'

If you need a patch for the parse error there's one at the end of
this message.
After fixing the parse error, we go thru implicit declarations of :
bitmap.c:119: find_first_one_bit
bitmap.c:132: find_next_one_bit

I didn't go further since I don't have any amiga fs :-)

--- linux/fs/affs/amigaffs.c Fri May 10 02:26:40 1996
+++ linux.old/fs/affs/amigaffs.c Fri May 10 02:17:33 1996
@@ -128,7 +128,7 @@
while (1) {
if (nextkey == 0)
break;
- pr_debug("AFFS: find_link_pred(): next key=%d\n", nextkey);
+ pr_debug("AFFS: find_link_pred(): next key=%d\n", nextkey));
if (!(bh = affs_bread(startino->i_dev,nextkey,AFFS_I2BSIZE(startino))))
break;
if (affs_checksum_block(AFFS_I2BSIZE(startino),bh->b_data,&ptype,&stype)
--
Jean Charles Delepine Universite du Havre
Tel (bureau) : +33 35 19 57 38 Faculte des Sciences
Fax : +33 35 19 57 15 BP 540
Mail : J.C.Delepine@fst.univ-lehavre.fr 25, Rue Philippe LEBON
Web : http://www.neuronnexion.fr/~delepine 76058 LE HAVRE CEDEX , France
Linux - lInux - liNux - linUx - linuX - Linux - lInux - liNux - linUx -linuX



\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.027 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site