about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-06-10 22:35:01 +0000
committerUlrich Drepper <drepper@redhat.com>2008-06-10 22:35:01 +0000
commitc536b04dbc61d7ac4ee5dc7524fb5aeec4c453a3 (patch)
tree4700de4e5bc86d293eb0a9e802480557ec8b5610
parenteef8a803a6846407fcd4955c3fb19036b6fac586 (diff)
downloadglibc-c536b04dbc61d7ac4ee5dc7524fb5aeec4c453a3.tar.gz
glibc-c536b04dbc61d7ac4ee5dc7524fb5aeec4c453a3.tar.xz
glibc-c536b04dbc61d7ac4ee5dc7524fb5aeec4c453a3.zip
(T_DNAME): Define.
-rw-r--r--resolv/arpa/nameser_compat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/resolv/arpa/nameser_compat.h b/resolv/arpa/nameser_compat.h
index 43bcd3affe..8bc6e913dc 100644
--- a/resolv/arpa/nameser_compat.h
+++ b/resolv/arpa/nameser_compat.h
@@ -1,6 +1,6 @@
 /* Copyright (c) 1983, 1989
  *    The Regents of the University of California.  All rights reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -12,7 +12,7 @@
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -161,6 +161,7 @@ typedef struct {
 #define	T_SRV		ns_t_srv
 #define T_ATMA		ns_t_atma
 #define T_NAPTR		ns_t_naptr
+#define T_DNAME		ns_t_dname
 #define	T_TSIG		ns_t_tsig
 #define	T_IXFR		ns_t_ixfr
 #define T_AXFR		ns_t_axfr