From d006228b711245ae956e1dbc99bb18b3db6e06ac Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 6 Nov 1996 14:24:47 +0000 Subject: We don't need the special case for linux anymore, since we're including the output from rpcgen in the source tree now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9303 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/rpc/unit-test/ChangeLog | 6 ++++++ src/lib/rpc/unit-test/server.c | 11 ----------- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog index e8f60889b..79e4778fb 100644 --- a/src/lib/rpc/unit-test/ChangeLog +++ b/src/lib/rpc/unit-test/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 4 23:12:06 1996 Theodore Ts'o + + * server.c: We don't need the special case for linux anymore, + since we're including the output from rpcgen in the source + tree now. + Thu Oct 31 13:14:45 1996 Ezra Peisach * Makefile.in (client,server): Use $(LD) instead of $(CC) in link diff --git a/src/lib/rpc/unit-test/server.c b/src/lib/rpc/unit-test/server.c index 35e3c5885..1083502cd 100644 --- a/src/lib/rpc/unit-test/server.c +++ b/src/lib/rpc/unit-test/server.c @@ -20,17 +20,6 @@ static char *rcsid = "$Header$"; #include /* MAXHOSTNAMELEN */ #include "rpc_test.h" -#ifdef linux -/* - For some reason, Linux's rpcgen names the server function - differently from the client function. I suppose this is useful if - you want to include them both in the same library or something, but - not useful at all if you want to link the client code directly to - the server code for testing, instead of going through the RPC layer. - */ -#define rpc_test_echo_1 rpc_test_echo_1_svc -#endif - extern void rpc_test_prog_1(); extern int svc_debug_gssapi, misc_debug_gssapi; -- cgit