diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-07-19 07:55:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-07-19 07:56:21 +0200 |
commit | 17d0407a5cac70652f3544e59505c1712b36fd1a (patch) | |
tree | 8fb380267716dd07e56f4419bc67a8398e9d3dc4 /resolv/Makefile | |
parent | 9515126f905d9322fc6d2b1a3d95539a0a499f48 (diff) | |
download | glibc-17d0407a5cac70652f3544e59505c1712b36fd1a.tar.gz glibc-17d0407a5cac70652f3544e59505c1712b36fd1a.tar.xz glibc-17d0407a5cac70652f3544e59505c1712b36fd1a.zip |
resolv: Move res_isourserver to its own file and reformat to GNU style
Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 6eed73de87..221bdc153d 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -147,6 +147,7 @@ libresolv-routines := \ res_data \ res_debug \ res_enable_icmp \ + res_isourserver \ res_mkquery \ res_query \ res_send \ |