]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove unused defines.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 08:58:06 +0000 (08:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 08:58:06 +0000 (08:58 +0000)
sunrpc/rpc/rpc_des.h

index 68bd7c47ab42c389bf54f67394a1d64f861b122a..0f36d16977edd2da434b43b24dc3e8441d58d7fa 100644 (file)
@@ -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