linux-um archives
 help / color / mirror / Atom feed
From: BlaisorBlade <blaisorblade_spam@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] [PATCH] Missing symbols for 2.4.23-1um
Date: Wed, 24 Dec 2003 15:50:43 +0100	[thread overview]
Message-ID: <200312241550.43945.blaisorblade_spam@yahoo.it> (raw)

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

I think I already posted this, but it isn't applied on 2.4.23-1, so I'll keep 
posting like on main LKML; os_ioctl_generic is for hostaudio, strlen and 
printf probably for hostfs.

Bye
-- 
cat <<EOSIGN
Paolo Giarrusso, aka Blaisorblade
Linux Kernel 2.4.21/2.6.0-test on an i686; Linux registered user n. 292729
EOSIGN

[-- Attachment #2: export_symbols.patch --]
[-- Type: text/x-diff, Size: 681 bytes --]

--- ./arch/um/kernel/ksyms.c.symbols	2003-11-13 16:30:12.000000000 +0100
+++ ./arch/um/kernel/ksyms.c	2003-11-16 12:43:05.000000000 +0100
@@ -68,6 +68,7 @@
 EXPORT_SYMBOL(os_create_unix_socket);
 EXPORT_SYMBOL(os_connect_socket);
 EXPORT_SYMBOL(os_accept_connection);
+EXPORT_SYMBOL(os_ioctl_generic);
 EXPORT_SYMBOL(os_rcv_fd);
 EXPORT_SYMBOL(run_helper);
 EXPORT_SYMBOL(start_thread);
--- ./arch/um/kernel/user_syms.c.symbols	2003-11-13 16:30:13.000000000 +0100
+++ ./arch/um/kernel/user_syms.c	2003-11-16 12:42:08.000000000 +0100
@@ -112,5 +112,7 @@
 
 EXPORT_SYMBOL(memset);
 EXPORT_SYMBOL(strstr);
+EXPORT_SYMBOL(strlen);
+EXPORT_SYMBOL(printf);
 
 EXPORT_SYMBOL(find_iomem);

                 reply	other threads:[~2003-12-24 17:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200312241550.43945.blaisorblade_spam@yahoo.it \
    --to=blaisorblade_spam@yahoo.it \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox