diff options
author | mirabilos <m@mirbsd.org> | 2021-08-09 03:36:58 +0200 |
---|---|---|
committer | mirabilos <mirabilos@evolvis.org> | 2021-08-09 03:36:58 +0200 |
commit | e966cf302aa3b7fc0748d5cdb510d2757bbff4a5 (patch) | |
tree | 5566789bb135d8202665709a9ebf7724048f2f0c /libc/inet/encoded.c | |
parent | dc68c2fce026e91f56636dd65b732509f6af29a5 (diff) |
make __{en,de}code_dotted into macros
they merely call dn_{comp,expand} slightly rearranging the arguments
Signed-off-by: mirabilos <mirabilos@evolvis.org>
Diffstat (limited to 'libc/inet/encoded.c')
-rw-r--r-- | libc/inet/encoded.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/inet/encoded.c b/libc/inet/encoded.c deleted file mode 100644 index 27f92becd..000000000 --- a/libc/inet/encoded.c +++ /dev/null @@ -1,8 +0,0 @@ -/* - * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> - * - * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - */ - -#define L_encoded -#include RESOLVER |