repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. service tells you which device it couldn't stat
[minix3.git]
/
servers
/
inet
/
version.c
blob
9b7ba36e66a9de7a04d9e3270b7e44e5517f7006
1
/*
2
version.c
3
*/
4
5
#include
"inet.h"
6
7
char
version
[]=
"inet 0.79, last compiled on "
__DATE__
" "
__TIME__
;
8
9
/*
10
* $PchId: version.c,v 1.54 2005/06/28 14:35:01 philip Exp $
11
*/