aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-09-10 01:15:48 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-09-10 01:15:48 +0000
commitc7a636131690a6dfbde7e07d8b58bf1a842393af (patch)
tree14dc8c2331e7a556730b00c0f48a0a2826a160f7 /include
parenta804e4ad3d074fdc2096c236796dfc30d7ff0ef8 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/rpc/des.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rpc/des.h b/include/rpc/des.h
index f41e5a7804810..74fa332415973 100644
--- a/include/rpc/des.h
+++ b/include/rpc/des.h
@@ -1,4 +1,5 @@
/* @(#)des.h 2.2 88/08/10 4.0 RPCSRC; from 2.7 88/02/08 SMI */
+/* $FreeBSD$ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
@@ -67,12 +68,12 @@ struct desparams {
/*
* Encrypt an arbitrary sized buffer
*/
-#define DESIOCBLOCK _IOWR(d, 6, struct desparams)
+#define DESIOCBLOCK _IOWR('d', 6, struct desparams)
/*
* Encrypt of small amount of data, quickly
*/
-#define DESIOCQUICK _IOWR(d, 7, struct desparams)
+#define DESIOCQUICK _IOWR('d', 7, struct desparams)
#endif