diff options
author | grant <grant@pkgsrc.org> | 2004-03-11 13:48:58 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-11 13:48:58 +0000 |
commit | 2badfdb6b3c1dfdac688ff28440d88d4744531e9 (patch) | |
tree | 08a486c4c6a095063f8bc4c36dbd1fd490dfdeab /net/tnftp | |
parent | 23fdb93bbd28cc72f4f079dac6ebaa2ce5b3ee65 (diff) | |
download | pkgsrc-2badfdb6b3c1dfdac688ff28440d88d4744531e9.tar.gz |
utimes.c got added in the wrong place. move it to libnetbsd/
Diffstat (limited to 'net/tnftp')
-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. |