lkml.org 
[lkml]   [1999]   [May]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subjectpre-2.3.1-5 smbfs typo
Date

FYI:
gcc -D__KERNEL__ -I/hdb3/usr/src/linux-2.3.1/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o inode.o inode.c
inode.c: In function `smb_iget':
inode.c:92: parse error before `return'
inode.c:93: warning: control reaches end of non-void function
make[3]: *** [inode.o] Error 1
make[3]: Leaving directory `/hdb3/usr/src/linux-2.3.1/fs/smbfs'


--- inode.c.old Thu May 13 18:53:14 1999
+++ inode.c Thu May 13 19:22:39 1999
@@ -88,7 +88,7 @@
result->i_op = &smb_dir_inode_operations;
else
result->i_op = NULL;
- insert_inode_hash(result)
+ insert_inode_hash(result);
return result;
}

--
Pete Clements
clem@clem.digital.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

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