lkml.org 
[lkml]   [1996]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject#ifdef's, adaptec kernel cleanup 1.3.76
Nothing major, but I figured I'd mention it because I noticed it hasn't 
been cleaned up during the past few releases. For some reason there are
some #ifdef 0's in the adaptec scsi code... take a look.

aic7xxx.c:1248: warning: `#ifdef' argument starts with a digit
aic7xxx.c:1278: warning: `#ifdef' argument starts with a digit

--
(define(RSA m e n)(list->string(u(r(s(string->list m))e n))))(define(u a)(if(>
a 0)(cons(integer->char(modulo a 256))(u(quotient a 256)))'()))(define(s a)(if
(null? a)0(+(char->integer(car a))(* 256(s(cdr a))))))(define(r a x n)(cond((=
0 x)1)((even? x)(modulo(expt(r a(/ x 2)n)2)n))(#t(modulo(* a(r a(1- x)n))n))))

"SGI and Linux both run Motif and X11. They both compile c++
cleanly (using gnu g++). They're the same!"




\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.032 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site