mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
1998-03-24 Ulrich Drepper <drepper@cygnus.com> * sunrpc/Makefile (headers): Add rpc/rpc_des.h. (distribute): Remove des.h. * include/des.h: New file. * sunrpc/des.h: Moved to ... * sunrpc/rpc/rpc_des.h: ...here.
This commit is contained in:
parent
4d42000c41
commit
82cda1d71d
@ -1,3 +1,11 @@
|
|||||||
|
1998-03-24 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* sunrpc/Makefile (headers): Add rpc/rpc_des.h.
|
||||||
|
(distribute): Remove des.h.
|
||||||
|
* include/des.h: New file.
|
||||||
|
* sunrpc/des.h: Moved to ...
|
||||||
|
* sunrpc/rpc/rpc_des.h: ...here.
|
||||||
|
|
||||||
1998-03-22 NIIBE Yutaka <gniibe@mri.co.jp>
|
1998-03-22 NIIBE Yutaka <gniibe@mri.co.jp>
|
||||||
|
|
||||||
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
|
* inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
|
||||||
|
1
include/des.h
Normal file
1
include/des.h
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include <sunrpc/rpc/rpc_des.h>
|
@ -51,7 +51,7 @@ rpcsvc = bootparam.x nlm_prot.x rstat.x \
|
|||||||
headers = $(addprefix rpc/,auth.h auth_unix.h clnt.h netdb.h pmap_clnt.h \
|
headers = $(addprefix rpc/,auth.h auth_unix.h clnt.h netdb.h pmap_clnt.h \
|
||||||
pmap_prot.h pmap_rmt.h rpc.h rpc_msg.h svc.h \
|
pmap_prot.h pmap_rmt.h rpc.h rpc_msg.h svc.h \
|
||||||
svc_auth.h types.h xdr.h auth_des.h \
|
svc_auth.h types.h xdr.h auth_des.h \
|
||||||
des_crypt.h key_prot.h) \
|
des_crypt.h key_prot.h rpc_des.h) \
|
||||||
$(rpcsvc:%=rpcsvc/%)
|
$(rpcsvc:%=rpcsvc/%)
|
||||||
install-others = $(inst_sysconfdir)/rpc
|
install-others = $(inst_sysconfdir)/rpc
|
||||||
generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) \
|
generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) \
|
||||||
@ -76,7 +76,7 @@ rpcgen-objs = rpc_main.o rpc_hout.o rpc_cout.o rpc_parse.o \
|
|||||||
rpc_scan.o rpc_util.o rpc_svcout.o rpc_clntout.o \
|
rpc_scan.o rpc_util.o rpc_svcout.o rpc_clntout.o \
|
||||||
rpc_tblout.o rpc_sample.o
|
rpc_tblout.o rpc_sample.o
|
||||||
# These headers are part of rpcgen.
|
# These headers are part of rpcgen.
|
||||||
distribute := proto.h rpc_util.h rpc_parse.h rpc_scan.h des.h \
|
distribute := proto.h rpc_util.h rpc_parse.h rpc_scan.h \
|
||||||
$(rpcgen-objs:.o=.c) etc.rpc
|
$(rpcgen-objs:.o=.c) etc.rpc
|
||||||
extra-objs = $(rpcgen-objs)
|
extra-objs = $(rpcgen-objs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user