+Mon Nov 4 23:12:06 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * 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 <epeisach@kangaroo.mit.edu>
* Makefile.in (client,server): Use $(LD) instead of $(CC) in link
#include <sys/param.h> /* 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;