Removed `#pragma ident' (for a FreeBSD 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...
FreeBSD Ids should be in comments or rcsids, not in `#pragma ident's
(which are equivalent to comments when compiled by gcc), and the
only FreeBSD change in this file seems to be adding the Id.
This commit is contained in:
Bruce Evans 1998-01-16 12:28:09 +00:00
parent ab111c13d5
commit a67d6a5933
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32555
4 changed files with 0 additions and 4 deletions

View File

@ -43,7 +43,6 @@
/* From: #pragma ident "@(#)nis_db.h 1.8 94/05/03 SMI" */
#pragma ident "$Id: nis_db.h,v 1.3 1996/07/29 13:59:13 wpaul Exp $"
/*
* Note: although the version of <rpcsvc/nis_db.h> shipped with Solaris

View File

@ -36,7 +36,6 @@
*/
/* From: %#pragma ident "@(#)nis_object.x 1.10 94/05/03 SMI" */
%#pragma ident "$Id: nis_object.x,v 1.2 1996/07/29 14:31:02 wpaul Exp $"
#if RPC_HDR
%

View File

@ -43,7 +43,6 @@
/* From: #pragma ident "@(#)nis_tags.h 1.10 94/05/03 SMI" */
/* from file: zns_tags.h 1.7 Copyright (c) 1990 Sun Microsystems */
#pragma ident "$Id: nis_tags.h,v 1.2 1996/07/29 14:26:03 wpaul Exp $"
#ifdef __cplusplus
extern "C" {

View File

@ -41,7 +41,6 @@
#define _RPCSVC_NISLIB_H
/* From: #pragma ident "@(#)nislib.h 1.16 94/05/03 SMI" */
#pragma ident "$Id: nislib.h,v 1.3 1996/09/19 19:37:07 wpaul Exp wpaul $"
#ifdef __cplusplus
extern "C" {