Re: [PATCH net-next] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)

2021-04-07 Thread Bernd Petrovitsch
-l 45 > $ grep "= {0};" kernel/ -nr | wc -l > 4 $ egrep -nr "=[[:space:]]*{[[:space:]]*0[[:space:]]*};" kernel | wc -l 8 MfG, Bernd -- Bernd Petrovitsch Email : be...@petrovitsch.priv.at There is NO CLOUD, just other people's computers. - FSFE LUGA : http://www.luga.at

Re: [take9 1/2] kevent: Core files.

2006-08-21 Thread Bernd Petrovitsch
On Mon, 2006-08-21 at 17:01 +0400, Evgeniy Polyakov wrote: [ #define vs enum { } ] > And, ugh: > > (gdb) list > 1 enum { > 2 A = 1, > 3 B = 2, > 4 }; > 5 > 6 int main() > 7 { > 8 printf("%x\n", A | B); > 9 } > (gdb) bre 8 > Br

Re: [take9 1/2] kevent: Core files.

2006-08-21 Thread Bernd Petrovitsch
On Mon, 2006-08-21 at 15:13 +0400, Evgeniy Polyakov wrote: [...] > And what is the difference between As others already pointed out in this thread: These are not seen by the C compiler. > #define A 1 > #define B 2 > #define C 4 > and These are known by the C compiler and thus usable/viewable in