ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/slirp/misc.c
(Generate patch)

Comparing BasiliskII/src/slirp/misc.c (file contents):
Revision 1.2 by cebix, 2005-06-30T21:25:26Z vs.
Revision 1.3 by gbeauche, 2005-12-04T15:23:02Z

# Line 137 | Line 137 | struct quehead {
137          struct quehead *qh_rlink;
138   };
139  
140 < inline void
140 > void
141   insque(a, b)
142          void *a, *b;
143   {
# Line 150 | Line 150 | insque(a, b)
150          = (struct quehead *)element;
151   }
152  
153 < inline void
153 > void
154   remque(a)
155       void *a;
156   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines