repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
8322 nl: misleading-indentation
[unleashed/tickless.git]
/
usr
/
src
/
cmd
/
cmd-inet
/
usr.bin
/
pppd
/
patchlevel.h
blob
7e01d94206a18874767d36307be8c66f14f81c6e
1
/*
2
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3
* Use is subject to license terms.
4
*/
5
#pragma ident
"%Z%%M% %I% %E% SMI"
6
7
#ifndef _PATCH_LEVEL_H
8
#define _PATCH_LEVEL_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#define PATCHLEVEL 0
15
16
#define VERSION
"2.4"
17
#define IMPLEMENTATION
"b1 (Sun Microsystems, Inc.)"
18
19
#ifdef __cplusplus
20
}
21
#endif
22
23
#endif
/* _PATCH_LEVEL_H */