diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 14:49:43 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 14:49:43 +0000 |
| commit | f376ef90540b4d5b6e7f467620e91404ba306d89 (patch) | |
| tree | 22ac632b7e1d8f96ac7c3fb7ec191b5255a39c3b /lib/libc/rpc/clnt_raw.c | |
| parent | d972ce881fe369f691dace165130c515c02e0250 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/clnt_raw.c')
| -rw-r--r-- | lib/libc/rpc/clnt_raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index c715ef698efa..6f228fe99d69 100644 --- a/lib/libc/rpc/clnt_raw.c +++ b/lib/libc/rpc/clnt_raw.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)clnt_raw.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: clnt_raw.c,v 1.6 1996/12/30 14:21:36 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* |
