diff options
author | delphij <delphij@FreeBSD.org> | 2009-04-02 21:51:54 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-04-02 21:51:54 +0000 |
commit | 6731e932f675415e0190d3fb4897f920b9c907f7 (patch) | |
tree | a74c545142cbb9848851d425ee36d466044a0dc1 /lib/libc | |
parent | 2ba0aec7c0f07019731495718a0a79cd4b7986c0 (diff) | |
download | FreeBSD-src-6731e932f675415e0190d3fb4897f920b9c907f7.zip FreeBSD-src-6731e932f675415e0190d3fb4897f920b9c907f7.tar.gz |
Remove a warning which is supposed to have been removed on 20030301.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/getnetconfig.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index 1bb3368..773650c 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -418,18 +418,6 @@ getnetconfigent(netid) return (NULL); } - if (strcmp(netid, "unix") == 0) { - fprintf(stderr, "The local transport is called \"unix\" "); - fprintf(stderr, "in /etc/netconfig.\n"); - fprintf(stderr, "Please change this to \"local\" manually "); - fprintf(stderr, "or run mergemaster(8).\n"); - fprintf(stderr, "See UPDATING entry 20021216 for details.\n"); - fprintf(stderr, "Continuing in 10 seconds\n\n"); - fprintf(stderr, "This warning will be removed 20030301\n"); - sleep(10); - - } - /* * Look up table if the entries have already been read and parsed in * getnetconfig(), then copy this entry into a buffer and return it. |