Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Richard Hirst <rhirst@linuxcare.com>
To: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] boot-floppies build status
Date: Sun, 24 Jun 2001 02:07:19 +0100	[thread overview]
Message-ID: <20010624020719.K14416@linuxcare.com> (raw)
In-Reply-To: <20010623170024.G14416@linuxcare.com>; from rhirst@linuxcare.com on Sat, Jun 23, 2001 at 05:00:25PM +0100

On Sat, Jun 23, 2001 at 05:00:25PM +0100, Richard Hirst wrote:
> I tried to build the latest busybox, but failed.  conflicting types for
> blah blah blah.

Bug filed at bugs.d.o


diff -ur busybox-0.51.orig.clean/applets.c busybox-0.51.orig/applets.c
--- busybox-0.51.orig.clean/applets.c	Tue Apr  3 18:05:01 2001
+++ busybox-0.51.orig/applets.c	Sun Jun 24 01:40:03 2001
@@ -78,7 +78,7 @@
 	return strcmp(name, applet->name);
 }
 
-extern size_t NUM_APPLETS;
+extern const size_t NUM_APPLETS;
 
 struct BB_applet *find_applet_by_name(const char *name)
 {
diff -ur busybox-0.51.orig.clean/messages.c busybox-0.51.orig/messages.c
--- busybox-0.51.orig.clean/messages.c	Thu Mar 15 22:58:11 2001
+++ busybox-0.51.orig/messages.c	Sun Jun 24 01:38:10 2001
@@ -41,9 +41,9 @@
 #define _BB_MESSAGES_C
 
 #ifdef BB_DECLARE_EXTERN
-#  define BB_DEF_MESSAGE(symbol, string_const) extern const char *symbol;
+#  define BB_DEF_MESSAGE(symbol, string_const) extern const char * const symbol;
 #else
-#  define BB_DEF_MESSAGE(symbol, string_const) const char *symbol = string_const;
+#  define BB_DEF_MESSAGE(symbol, string_const) const char * const symbol = string_const;
 #endif
 
 

  reply	other threads:[~2001-06-24  1:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-23 16:00 [parisc-linux] boot-floppies build status Richard Hirst
2001-06-24  1:07 ` Richard Hirst [this message]
2001-06-24 15:21 ` Richard Hirst
2001-06-25 13:43 ` Richard Hirst

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=20010624020719.K14416@linuxcare.com \
    --to=rhirst@linuxcare.com \
    --cc=parisc-linux@lists.parisc-linux.org \
    /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