[pre-2.1.104-1][PATCH] Unresolved symbol in coda.o (new patch.)

Niels Kristian Bech Jensen (nkbj@image.dk)
Mon, 25 May 1998 09:08:37 +0200 (CEST)


Hi,
The first patch was not complete, sorry for the trouble.

diff -urN linux-pre-2.1.104-1/fs/proc/procfs_syms.c linux/fs/proc/procfs_syms.c
--- linux-pre-2.1.104-1/fs/proc/procfs_syms.c Thu Jun 26 21:33:39 1997
+++ linux/fs/proc/procfs_syms.c Mon May 25 08:58:28 1998
@@ -11,12 +11,14 @@
extern int (* dispatch_scsi_info_ptr) (int ino, char *buffer, char **start,
off_t offset, int length, int inout);
extern struct inode_operations proc_scsi_inode_operations;
+extern struct proc_dir_entry proc_sys_root;

EXPORT_SYMBOL(proc_register);
EXPORT_SYMBOL(proc_unregister);
EXPORT_SYMBOL(create_proc_entry);
EXPORT_SYMBOL(remove_proc_entry);
EXPORT_SYMBOL(proc_root);
+EXPORT_SYMBOL(proc_sys_root);
EXPORT_SYMBOL(proc_get_inode);
EXPORT_SYMBOL(in_group_p);
EXPORT_SYMBOL(proc_dir_inode_operations);

--
Med venlig hilsen / Best regards
                                                              nkbj@image.dk
Niels Kristian Bech Jensen                       http://www.image.dk/~nkbj/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu