Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#173838 - 05/08/2003 10:39 Hijack v339-v340 patch whoopsy-daisy?
cmtempeg
journeyman

Registered: 29/07/2003
Posts: 66
Loc: Minneapolis, Minnesota, USA
While attempting to patch the hijack src tree up to 340, I get a patch failure (pasted below). Easy enough to fix, but it appears to be a minor ack-ptooey-pbthththt.

The patch for hijack.c looks for the version define to be "v338", not "v339" as I would expect.


.rej file:

***************
*** 1,6 ****
// Empeg hacks by Mark Lord <[email protected]>
//
- #define HIJACK_VERSION "v338"
const char hijack_vXXX_by_Mark_Lord[] = "Hijack "HIJACK_VERSION" by Mark Lord";

#define __KERNEL_SYSCALLS__
--- 1,6 ----
// Empeg hacks by Mark Lord <[email protected]>
//
+ #define HIJACK_VERSION "v340"
const char hijack_vXXX_by_Mark_Lord[] = "Hijack "HIJACK_VERSION" by Mark Lord";

#define __KERNEL_SYSCALLS__


edit:
removed 'oops' references


Edited by cmtempeg (05/08/2003 12:30)
_________________________
Hello, my name is Bingo. I like to climb on things. Can I have a banana? eek eek.

Top
#173839 - 05/08/2003 12:05 Re: Hijack v339-v340 patch oops? [Re: cmtempeg]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14483
Loc: Canada
Fixed (on the Hijack site).

Thanks

Top
#173840 - 05/08/2003 12:15 Re: Hijack v339-v340 patch oops? [Re: cmtempeg]
Daria
carpal tunnel

Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
Oops generally means something else when you're talking about linux kernels

Top