summaryrefslogtreecommitdiffstats
path: root/bin/rcp/rcp.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-18 06:40:56 +0000
committercharnier <charnier@FreeBSD.org>1998-05-18 06:40:56 +0000
commit73aa05049384acedec92bf177501e01ce2ca99d7 (patch)
tree44466d1726c189eed4db45cbe203024c1c9648a5 /bin/rcp/rcp.c
parent47f1e7cea859343df4299e35fc4d2ca5ff3a2984 (diff)
downloadFreeBSD-src-73aa05049384acedec92bf177501e01ce2ca99d7.zip
FreeBSD-src-73aa05049384acedec92bf177501e01ce2ca99d7.tar.gz
Correct use of .Nm. Add rcsid.
Diffstat (limited to 'bin/rcp/rcp.c')
-rw-r--r--bin/rcp/rcp.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index ec40f1c..c8c662b 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#ifndef lint
@@ -40,7 +38,11 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-static char const sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
+#if 0
+static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud