syntax "oversights" <G> in 2.1.122

Nathan Dorfman (nathan@rtfm.net)
Thu, 24 Sep 1998 00:34:48 -0400


Welp, I'm about this ---> <--- far from falling asleep on my keyboard, and I just know I'll forget
to post tomorrow, so I'll make it quick:

in init/main.c:
extern long sbus_init(long, long);
needs to become
extern void sbus_init(void);

and in include/asm-sparc/smp.h:

#ifdef __SMP__ /* <-- missing an #endif */

...

#else /* !(__SMP__) */

#define NO_PROC_ID 0xFF

#endif /* __SMP__ */ /* <-- add here */

#endif /* !(_SPARC_SMP_H) */

Yeah, it was a quick-n-dirty post. I have to get up for school tomorrow :/ Anyway, this is only
relevant if you're trying to compile on sparc.

-- 
   ________________    ___________________________________________
  / Nathan Dorfman \  / "`IE4 brings the web to UNIX'? *laughing*
 / nathan@rtfm.net  \/ Isn't that similar to Ronald McDonald bringing
/ finger for PGP key \ religion to the pope?" -Jamie Bowden

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/