public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jesper Skov <jskov@redhat.com>
To: Carl van Schaik <carl@leg.uct.ac.za>
Cc: Ecos Mailing List <ecos-discuss@sources.redhat.com>
Subject: Re: [ECOS] Re: cyg_io_init problems
Date: Thu, 07 Sep 2000 07:12:00 -0000	[thread overview]
Message-ID: <ot3djcuw9n.fsf@thinktwice.zoftcorp.dk> (raw)
In-Reply-To: <Pine.LNX.4.10.10009071510120.17693-100000@dreamcoat.che.uct.ac.za>

>>>>> "Carl" == Carl van Schaik <carl@leg.uct.ac.za> writes:

Carl> This works, but there is still a problem: It only compiles
Carl> correctly from a clean compile once you start working on files
Carl> and recompiling, the offset is messed up again.

Please try this patch instead. It should fix the problem properly.

Jesper



Index: ChangeLog
===================================================================
RCS file: /local/cvsfiles/ecc/ecc/io/common/current/ChangeLog,v
retrieving revision 1.29
diff -u -5 -r1.29 ChangeLog
--- ChangeLog	2000/09/04 18:12:14	1.29
+++ ChangeLog	2000/09/07 12:34:57
@@ -1,5 +1,9 @@
+2000-09-07  Jesper Skov  <jskov@redhat.com>
+
+	* include/devtab.h (cyg_devtab_entry_t): Fix syntax problem.
+
 2000-09-04  Jonathan Larmour  <jlarmour@redhat.com>
 
 	* include/devtab.h (cyg_devtab_entry_t): Apply CYG_HAL_TABLE_TYPE	
 
 2000-08-01  Jonathan Larmour  <jlarmour@redhat.co.uk>
Index: include/devtab.h
===================================================================
RCS file: /local/cvsfiles/ecc/ecc/io/common/current/include/devtab.h,v
retrieving revision 1.8
diff -u -5 -r1.8 devtab.h
--- include/devtab.h	2000/09/04 18:12:14	1.8
+++ include/devtab.h	2000/09/07 12:11:01
@@ -130,11 +130,11 @@
     Cyg_ErrNo        (*lookup)(struct cyg_devtab_entry **tab, 
                                struct cyg_devtab_entry *sub_tab,
                                const char *name);
     void              *priv;
     unsigned long     status;
-} cyg_devtab_entry_t CYG_HAL_TABLE_TYPE;
+} CYG_HAL_TABLE_TYPE cyg_devtab_entry_t;
 
 #define CYG_DEVTAB_STATUS_AVAIL   0x0001
 #define CYG_DEVTAB_STATUS_CHAR    0x1000
 #define CYG_DEVTAB_STATUS_BLOCK   0x2000
 

  reply	other threads:[~2000-09-07  7:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-07  4:19 Joerg Troeger
2000-09-07  5:19 ` Carl van Schaik
2000-09-07  7:12   ` Jesper Skov [this message]
2000-09-07  7:42     ` Carl van Schaik
2000-09-10 20:41       ` Jonathan Larmour

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=ot3djcuw9n.fsf@thinktwice.zoftcorp.dk \
    --to=jskov@redhat.com \
    --cc=carl@leg.uct.ac.za \
    --cc=ecos-discuss@sources.redhat.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).