summaryrefslogtreecommitdiff
path: root/bin/cp/utils.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
commit2162b2d2265b5a190e84216b529977d83162f9cc (patch)
treeac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/cp/utils.c
parent236bb30377a429eb08bcef5e354d39c7bb40bb92 (diff)
Notes
Diffstat (limited to 'bin/cp/utils.c')
-rw-r--r--bin/cp/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index cd94f80ad1c6..c37810353301 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: utils.c,v 1.2 1994/09/24 02:53:42 davidg Exp $
*/
#ifndef lint
@@ -64,7 +64,7 @@ copy_file(entp, dne)
#ifdef VM_AND_BUFFER_CACHE_SYNCHRONIZED
char *p;
#endif
-
+
if ((from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) {
warn("%s", entp->fts_path);
return (1);