diff options
Diffstat (limited to 'usr/src/uts/common/sys/des.h')
-rw-r--r-- | usr/src/uts/common/sys/des.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/des.h b/usr/src/uts/common/sys/des.h index 130e2838cd..20a16c2cda 100644 --- a/usr/src/uts/common/sys/des.h +++ b/usr/src/uts/common/sys/des.h @@ -25,7 +25,7 @@ */ /* Copyright (c) 1983-1989 AT&T */ -/* All Rights Reserved */ +/* All Rights Reserved */ /* * Portions of this source code were derived from Berkeley 4.3 BSD @@ -35,8 +35,6 @@ #ifndef _SYS_DES_H #define _SYS_DES_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Generic DES driver interface * Keep this file hardware independent! |