diff options
author | ume <ume@FreeBSD.org> | 2007-06-03 17:02:29 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-06-03 17:02:29 +0000 |
commit | 09efba1c33e3e58c865d7f628c4f48e47d74bcd0 (patch) | |
tree | 37db930e1836f041765b4901eb81bf8111d6b91c /lib/libc/resolv | |
parent | 8117f4670d71143e1101ea105a8889f90ffcb4e6 (diff) | |
parent | 50b2307361fc1eba9b79963194fda27849a4994c (diff) | |
download | FreeBSD-src-09efba1c33e3e58c865d7f628c4f48e47d74bcd0.zip FreeBSD-src-09efba1c33e3e58c865d7f628c4f48e47d74bcd0.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r170242,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'lib/libc/resolv')
-rw-r--r-- | lib/libc/resolv/res_debug.h | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_private.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/resolv/res_debug.h b/lib/libc/resolv/res_debug.h index 2a9c0ae..c28171d 100644 --- a/lib/libc/resolv/res_debug.h +++ b/lib/libc/resolv/res_debug.h @@ -32,3 +32,4 @@ #endif #endif /* _RES_DEBUG_H_ */ +/*! \file */ diff --git a/lib/libc/resolv/res_private.h b/lib/libc/resolv/res_private.h index d7b66cd..4e98157 100644 --- a/lib/libc/resolv/res_private.h +++ b/lib/libc/resolv/res_private.h @@ -18,3 +18,5 @@ extern int res_ourserver_p(const res_state statp, const struct sockaddr *sa); #endif + +/*! \file */ |