diff options
author | peter <peter@FreeBSD.org> | 1996-08-30 01:14:40 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-08-30 01:14:40 +0000 |
commit | bb412b1fc57980e61909bdb9a78adc9102f61e4b (patch) | |
tree | ec28f12f86075154cb2b6e359689019f68160b55 /lib/libresolv/fakelib.c | |
parent | 676b90cac3f4e75e9475a4da5e2b69e28c0e8518 (diff) | |
download | FreeBSD-src-bb412b1fc57980e61909bdb9a78adc9102f61e4b.zip FreeBSD-src-bb412b1fc57980e61909bdb9a78adc9102f61e4b.tar.gz |
Quick hack to replace a destructive libresolv.so.2.0 with something
that transparently resolves references to libc.
Diffstat (limited to 'lib/libresolv/fakelib.c')
-rw-r--r-- | lib/libresolv/fakelib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libresolv/fakelib.c b/lib/libresolv/fakelib.c new file mode 100644 index 0000000..0f7b46f --- /dev/null +++ b/lib/libresolv/fakelib.c @@ -0,0 +1 @@ +static int ___fake_library___; |