This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: resolv/arpa/nameser_compat.h not installed


>>>>> sean chen writes:

>> Submitter-Id:	net
>> Originator:	Sean Chen
>> Organization:	TurboLinux, Inc.
>> Confidential:	no
>> Synopsis:	resolv/arpa/nameser_compat.h needed by not installed

Here's a patch.

Andreas

2000-03-02  Andreas Jaeger  <aj@suse.de>

	* resolv/Makefile (headers): Add arpa/nameser_compat.h.

============================================================
Index: resolv/Makefile
--- resolv/Makefile	1999/12/30 08:08:08	1.31
+++ resolv/Makefile	2000/03/02 08:12:22
@@ -1,4 +1,4 @@
-# Copyright (C) 1994,95,96,97,98,1999 Free Software Foundation, Inc.
+# Copyright (C) 1994,95,96,97,98,99,2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -21,7 +21,8 @@
 #
 subdir	:= resolv
 
-headers	:= resolv.h netdb.h arpa/nameser.h sys/bitypes.h
+headers	:= resolv.h netdb.h arpa/nameser.h arpa/nameser_compat.h \
+	   sys/bitypes.h
 distribute := ../conf/portability.h mapv4v6addr.h mapv4v6hostent.h \
 	      Banner res_hconf.h res_debug.h
 


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]