lkml.org 
[lkml]   [1996]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectSince no one else has stepped forward...


--- linux/kernel/sys.c.~1~ Sat Nov 23 13:04:24 1996
+++ linux/kernel/sys.c Wed Dec 11 10:53:05 1996
@@ -187,7 +187,8 @@
{
if (!suser())
return -EPERM;
- if (magic != 0xfee1dead || magic_too != 672274793)
+ if (magic != 0xfee1dead ||
+ (magic_too != 672274793 && magic_too != 85072278))
return -EINVAL;
if (flag == 0x01234567)
hard_reset_now();
\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.042 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site