diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2000-06-29 22:34:55 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2000-06-29 22:34:55 +0000 |
commit | 63db53342f31e88707910e342d18e7b334f28c5b (patch) | |
tree | bad2b51d4dd2b17d67eb6e250d8bbdbd8438778d | |
parent | Corrected prototype for xdrrec_endofrecord to match C body. (diff) | |
download | rtems-63db53342f31e88707910e342d18e7b334f28c5b.tar.bz2 |
Disabled #ident since the h8300-rtems binutils do not like the
generated assembly from it.
-rw-r--r-- | c/src/exec/librpc/src/rpc/svc_auth.c | 2 | ||||
-rw-r--r-- | c/src/librpc/src/rpc/svc_auth.c | 2 | ||||
-rw-r--r-- | cpukit/librpc/src/rpc/svc_auth.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/librpc/src/rpc/svc_auth.c b/c/src/exec/librpc/src/rpc/svc_auth.c index f95f101f33..b58596a397 100644 --- a/c/src/exec/librpc/src/rpc/svc_auth.c +++ b/c/src/exec/librpc/src/rpc/svc_auth.c @@ -30,7 +30,7 @@ * Copyright (c) 1986-1991 by Sun Microsystems Inc. */ -#ident "@(#)svc_auth.c 1.16 94/04/24 SMI" +/* #ident "@(#)svc_auth.c 1.16 94/04/24 SMI" */ #if !defined(lint) && defined(SCCSIDS) #if 0 diff --git a/c/src/librpc/src/rpc/svc_auth.c b/c/src/librpc/src/rpc/svc_auth.c index f95f101f33..b58596a397 100644 --- a/c/src/librpc/src/rpc/svc_auth.c +++ b/c/src/librpc/src/rpc/svc_auth.c @@ -30,7 +30,7 @@ * Copyright (c) 1986-1991 by Sun Microsystems Inc. */ -#ident "@(#)svc_auth.c 1.16 94/04/24 SMI" +/* #ident "@(#)svc_auth.c 1.16 94/04/24 SMI" */ #if !defined(lint) && defined(SCCSIDS) #if 0 diff --git a/cpukit/librpc/src/rpc/svc_auth.c b/cpukit/librpc/src/rpc/svc_auth.c index f95f101f33..b58596a397 100644 --- a/cpukit/librpc/src/rpc/svc_auth.c +++ b/cpukit/librpc/src/rpc/svc_auth.c @@ -30,7 +30,7 @@ * Copyright (c) 1986-1991 by Sun Microsystems Inc. */ -#ident "@(#)svc_auth.c 1.16 94/04/24 SMI" +/* #ident "@(#)svc_auth.c 1.16 94/04/24 SMI" */ #if !defined(lint) && defined(SCCSIDS) #if 0 |