* fhandler_procnet.cc (dad_to_flags): Fix comment.
This commit is contained in:
parent
c9227bf8a7
commit
373a7e22e2
|
@ -1,3 +1,7 @@
|
||||||
|
2008-06-11 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_procnet.cc (dad_to_flags): Fix comment.
|
||||||
|
|
||||||
2008-06-10 Corinna Vinschen <corinna@vinschen.de>
|
2008-06-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_procnet.cc (get_scope): New static function to evaluate
|
* fhandler_procnet.cc (get_scope): New static function to evaluate
|
||||||
|
|
|
@ -249,7 +249,7 @@ static unsigned int dad_to_flags[] =
|
||||||
{
|
{
|
||||||
0x02, /* Invalid -> NODAD */
|
0x02, /* Invalid -> NODAD */
|
||||||
0x40, /* Tentative -> TENTATIVE */
|
0x40, /* Tentative -> TENTATIVE */
|
||||||
0xc0, /* Duplicate to PERMANENT | TENTATIVE */
|
0xc0, /* Duplicate -> PERMANENT | TENTATIVE */
|
||||||
0x20, /* Deprecated -> DEPRECATED */
|
0x20, /* Deprecated -> DEPRECATED */
|
||||||
0x80 /* Preferred -> PERMANENT */
|
0x80 /* Preferred -> PERMANENT */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue