repo.or.cz
/
gnucap-felix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
check prequeueing in sock
[gnucap-felix.git]
/
tests
/
bogus4.cc
blob
c3e9fea02eca3bed269a39d93cd98d01ce7a4f20
1
#define ADD_VERSION
2
3
#include
"io_trace.h"
4
// fake build against newer kernel revision
5
#include
"patchlev_fake_999.h"
6
#include <stdio.h>
7
8
9
static
class
versioncheck
{
10
public
:
11
versioncheck
(){
12
if
(
version_revision
() <
VERSION_REVISION
){
13
printf
(
"bogus4: built against %d revision %d
\n
"
,
14
VERSION_CURRENT
,
VERSION_REVISION
);
15
}
else
{
16
}
17
}
18
}
a
;