| Age | Commit message (Expand) | Author |
|---|---|---|
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-03-04 | More function prototype cleanups. | oster |
/* $NetBSD: vtof.c,v 1.1.1.1 2012/03/23 21:20:10 christos Exp $ */ #include "ipf.h" int vtof(version) int version; { #ifdef USE_INET6 if (version == 6) return AF_INET6; #endif if (version == 4) return AF_INET; if (version == 0) return AF_UNSPEC; return -1; } type='application/atom+xml'/>
![]() |
index : netbsd | |
| NetBSD fork for lockdoc analysis | merlin@scholz.ruhr |
| summaryrefslogtreecommitdiff |
| Age | Commit message (Expand) | Author |
|---|---|---|
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-03-04 | More function prototype cleanups. | oster |