Skip to content

Commit

Permalink
Removed `#pragma ident' (for a FreeBSD Id) so that the K&R support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Bruce Evans authored and Bruce Evans committed Jan 16, 1998
1 parent ab111c1 commit a67d6a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion include/rpcsvc/nis_db.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion include/rpcsvc/nis_object.x
Original file line number Diff line number Diff line change
Expand Up @@ -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
%
Expand Down
1 change: 0 additions & 1 deletion include/rpcsvc/nis_tags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
1 change: 0 additions & 1 deletion include/rpcsvc/nislib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit a67d6a5

Please sign in to comment.