diff options
author | 1996-01-04 11:58:46 +0000 | |
---|---|---|
committer | 1996-01-04 11:58:46 +0000 | |
commit | bf442c16a9bb9b18dd1d2480c0b93d1751621ef4 (patch) | |
tree | b1b2a3556a6646adc728b86448227259e1bb9e3e /lib/libresolv/nothing.c | |
parent | create /usr/libexec/cpp as a symbolic link (diff) | |
download | wireguard-openbsd-bf442c16a9bb9b18dd1d2480c0b93d1751621ef4.tar.xz wireguard-openbsd-bf442c16a9bb9b18dd1d2480c0b93d1751621ef4.zip |
libresolv must exist for backwards compatibility. however, it need not
contain anything -- programs will still be linked against libc and thus
use the routines provided there.
Diffstat (limited to 'lib/libresolv/nothing.c')
-rw-r--r-- | lib/libresolv/nothing.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libresolv/nothing.c b/lib/libresolv/nothing.c new file mode 100644 index 00000000000..e6389c4eb87 --- /dev/null +++ b/lib/libresolv/nothing.c @@ -0,0 +1,5 @@ +/* + * + * Absolutely nothing. + * + */ |