diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-04 11:58:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-04 11:58:48 +0000 |
commit | 12a55aa02821d5f5db4bc5c2fa3ef433764c6096 (patch) | |
tree | 3311dac88b3e2c75cdd59a8ff0038c6d18a2d44a /lib/libresolv/nothing.c | |
parent | 99dba395cb3862f85040cccc73f0cae085714498 (diff) |
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. + * + */ |