summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-11 13:48:58 +0000
committergrant <grant@pkgsrc.org>2004-03-11 13:48:58 +0000
commit2badfdb6b3c1dfdac688ff28440d88d4744531e9 (patch)
tree08a486c4c6a095063f8bc4c36dbd1fd490dfdeab
parent23fdb93bbd28cc72f4f079dac6ebaa2ce5b3ee65 (diff)
downloadpkgsrc-2badfdb6b3c1dfdac688ff28440d88d4744531e9.tar.gz
utimes.c got added in the wrong place. move it to libnetbsd/
-rw-r--r--net/tnftp/files/libnetbsd/utimes.c (renamed from net/tnftp/files/utimes.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tnftp/files/utimes.c b/net/tnftp/files/libnetbsd/utimes.c
index 79fff58a7ec..4128c3e42d5 100644
--- a/net/tnftp/files/utimes.c
+++ b/net/tnftp/files/libnetbsd/utimes.c
@@ -1,4 +1,4 @@
-/* $NetBSD: utimes.c,v 1.1 2004/03/11 13:45:55 grant Exp $ */
+/* $NetBSD: utimes.c,v 1.1 2004/03/11 13:48:58 grant Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.