diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-13 11:18:53 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-13 11:18:53 +0000 |
commit | fdd839012ab75c61be4a00034d4f87f913525b66 (patch) | |
tree | d075bca96130b81145dbe5642a83008714ca69ae /usr.sbin/rpc.yppasswdd/pw_copy.c | |
parent | df82e9ba02c7ea6099480b44d09a741c4293ba62 (diff) |
Remove multiply defined Id string. Hide sccsid string.
Notes
Notes:
svn path=/head/; revision=30377
Diffstat (limited to 'usr.sbin/rpc.yppasswdd/pw_copy.c')
-rw-r--r-- | usr.sbin/rpc.yppasswdd/pw_copy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/rpc.yppasswdd/pw_copy.c b/usr.sbin/rpc.yppasswdd/pw_copy.c index 449057c97842..653f5e8ed5df 100644 --- a/usr.sbin/rpc.yppasswdd/pw_copy.c +++ b/usr.sbin/rpc.yppasswdd/pw_copy.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pw_copy.c 8.4 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ /* |