From: Ulrich Drepper Date: Sun, 23 Jan 2000 08:58:06 +0000 (+0000) Subject: Remove unused defines. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8daf5067f6afcff094d1f1eee2c358ab4bca9ac;p=thirdparty%2Fglibc.git Remove unused defines. --- diff --git a/sunrpc/rpc/rpc_des.h b/sunrpc/rpc/rpc_des.h index 68bd7c47ab4..0f36d16977e 100644 --- a/sunrpc/rpc/rpc_des.h +++ b/sunrpc/rpc/rpc_des.h @@ -1,4 +1,3 @@ -/* @(#)des.h 2.2 88/08/10 4.0 RPCSRC; from 2.7 88/02/08 SMI */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -70,14 +69,4 @@ struct desparams #define des_buf UDES.UDES_buf /* otherwise, pointer to data */ }; -/* - * Encrypt an arbitrary sized buffer - */ -#define DESIOCBLOCK _IOWR(d, 6, struct desparams) - -/* - * Encrypt of small amount of data, quickly - */ -#define DESIOCQUICK _IOWR(d, 7, struct desparams) - #endif