DragonFly BSD
DragonFly kernel List (threaded) for 2004-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

#ifdef INET6


From: "Liam J. Foy" <liamfoy@xxxxxxxxxxxxx>
Date: Tue, 14 Dec 2004 21:49:10 +0000

Hey guys,

	I was fixing up some bad code in logger(1) and came across:

94 #ifdef INET6
95                 case '6':
96                         family = PF_INET6;
97                         break;
98 #endif

Now we should do something similar to the actual optstring of getopt.
Although, talking to Joerg he has a strong dislike for INET6 within
userland. Whats the stand on this?

-- 
Liam J. Foy
<liamfoy@xxxxxxxxxxxxx>
Say it in the living years...




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]