diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-01 16:58:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-01 16:58:57 +0000 |
commit | eaf3fff90a28f606675fd3c1610d0def28d6be67 (patch) | |
tree | 5b53acdbe128b941a338de518c3518890ac9a5ca /bin/rcp/rcp.c | |
parent | 9f865e3f305382acb9ff15f7e8bcd92f244cfc48 (diff) | |
download | FreeBSD-src-eaf3fff90a28f606675fd3c1610d0def28d6be67.zip FreeBSD-src-eaf3fff90a28f606675fd3c1610d0def28d6be67.tar.gz |
Quiet warnings about copyright[].
Diffstat (limited to 'bin/rcp/rcp.c')
-rw-r--r-- | bin/rcp/rcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index d7262b4..ca21062 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$"); |