asmon: Just assume linux kernel > v2.6
commit742d4deddf6f82b14ea7bf71840d8c63e086d9aa
authorCarlos R. Mafra <crmafra@gmail.com>
Sat, 12 Jan 2019 18:33:58 +0000 (12 18:33 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 12 Jan 2019 18:34:03 +0000 (12 18:34 +0000)
treeab53927fb995fa4d3b671ff7cdeec74af5dbe5d5
parente239e4a58dec786eeebd84cc4340c2e16ca195de
asmon: Just assume linux kernel > v2.6

Running asmon in a new kernel (v4.19 here) did not display memory information
because the code checked whether the kernel was _exactly_ v2.6.

Although I could modify the check for > v2.6 I decided to drop support
for versions less than v2.6 (released in 2003).
asmon/asmon/asmon.c