repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
if_vtnet - No need to use the taskqueue to run vtnet_update_link_status().
[dragonfly.git]
/
contrib
/
ldns
/
linktest.c
blob
c21753a53f760c27bc93ebad48e795112e44c65e
1
2
#include
"ldns/config.h"
3
#include <ldns/ldns.h>
4
5
int
6
main
(
void
)
7
{
8
ldns_rr
*
rr
=
ldns_rr_new
();
9
10
ldns_rr_free
(
rr
);
11
return
0
;
12
}
13