summaryrefslogtreecommitdiff
path: root/bin/rcp/rcp.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-01 16:58:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-01 16:58:57 +0000
commit09a80d4867b85b3df9856d150eb565232dc900d4 (patch)
tree5b53acdbe128b941a338de518c3518890ac9a5ca /bin/rcp/rcp.c
parent4f3204ef222dc8ac1e2d902ed3a212e7931cdcd7 (diff)
Notes
Diffstat (limited to 'bin/rcp/rcp.c')
-rw-r--r--bin/rcp/rcp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index d7262b49517f..ca21062ecb16 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -38,18 +38,17 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1983, 1990, 1992, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#if 0
#ifndef lint
static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
#endif /* not lint */
#endif
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");