diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 12:20:41 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 12:20:41 +0000 |
commit | ab111c13d5edb3e63913e90b49362ab2b2ce2224 (patch) | |
tree | 8dbcd0399f2dae294651f7e2fff72fdc1916cc1d /include | |
parent | 2ab72cf580a3af4d330254b20c786974a87ebf75 (diff) |
Commented out `#pragma ident' (for a Sun id) so that the K&R support
isn't gratuitously broken. This also prevents ANSI compilers from
recognizing the pragma as a request to run /usr/games/hack...
Notes
Notes:
svn path=/head/; revision=32554
Diffstat (limited to 'include')
-rw-r--r-- | include/rpcsvc/key_prot.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpcsvc/key_prot.x b/include/rpcsvc/key_prot.x index af22a208c5a5..ab3196cfc04c 100644 --- a/include/rpcsvc/key_prot.x +++ b/include/rpcsvc/key_prot.x @@ -43,7 +43,7 @@ * requirements. */ -%#pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" +%/* From: #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */ % %/* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */ % |