summaryrefslogtreecommitdiff
path: root/net/tnftp/files/libnetbsd
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2005-05-11 09:58:55 +0000
committerlukem <lukem@pkgsrc.org>2005-05-11 09:58:55 +0000
commit8be484732b022cd71d2fa312ffef243522e2fbd4 (patch)
treec47608e04af6eeda9c5a95dc6f536acc3db74e58 /net/tnftp/files/libnetbsd
parent0deed5910da28b76a8aceede887d9e803435aaf9 (diff)
downloadpkgsrc-8be484732b022cd71d2fa312ffef243522e2fbd4.tar.gz
Merge tnftp 20050511.
(Future merges should be easier as this time I froze the vendor RCSIDs)
Diffstat (limited to 'net/tnftp/files/libnetbsd')
-rw-r--r--net/tnftp/files/libnetbsd/err.c2
-rw-r--r--net/tnftp/files/libnetbsd/fseeko.c2
-rw-r--r--net/tnftp/files/libnetbsd/setprogname.c2
-rw-r--r--net/tnftp/files/libnetbsd/strerror.c2
-rw-r--r--net/tnftp/files/libnetbsd/timegm.c2
-rw-r--r--net/tnftp/files/libnetbsd/utimes.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/net/tnftp/files/libnetbsd/err.c b/net/tnftp/files/libnetbsd/err.c
index 2683ae841ba..64004688c56 100644
--- a/net/tnftp/files/libnetbsd/err.c
+++ b/net/tnftp/files/libnetbsd/err.c
@@ -1,4 +1,4 @@
-/* $NetBSD: err.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */
+/* NetBSD: err.c,v 1.4 2005/05/11 01:01:56 lukem Exp */
/*
* Copyright 1997-2000 Luke Mewburn <lukem@NetBSD.org>.
diff --git a/net/tnftp/files/libnetbsd/fseeko.c b/net/tnftp/files/libnetbsd/fseeko.c
index 3c4bc7881d1..e6752d7469f 100644
--- a/net/tnftp/files/libnetbsd/fseeko.c
+++ b/net/tnftp/files/libnetbsd/fseeko.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fseeko.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */
+/* NetBSD: fseeko.c,v 1.4 2005/05/11 01:01:56 lukem Exp */
/*
* Copyright 2002 Luke Mewburn <lukem@NetBSD.org>.
diff --git a/net/tnftp/files/libnetbsd/setprogname.c b/net/tnftp/files/libnetbsd/setprogname.c
index 3e7404bc746..6e60d5d22ae 100644
--- a/net/tnftp/files/libnetbsd/setprogname.c
+++ b/net/tnftp/files/libnetbsd/setprogname.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setprogname.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */
+/* NetBSD: setprogname.c,v 1.3 2005/05/11 01:01:56 lukem Exp */
/* from NetBSD: setprogname.c,v 1.3 2002/01/31 19:21:58 tv Exp */
/*-
diff --git a/net/tnftp/files/libnetbsd/strerror.c b/net/tnftp/files/libnetbsd/strerror.c
index 1aa64b5371b..7d610c042fa 100644
--- a/net/tnftp/files/libnetbsd/strerror.c
+++ b/net/tnftp/files/libnetbsd/strerror.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strerror.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */
+/* NetBSD: strerror.c,v 1.3 2005/05/11 01:01:56 lukem Exp */
#include "tnftp.h"
diff --git a/net/tnftp/files/libnetbsd/timegm.c b/net/tnftp/files/libnetbsd/timegm.c
index 5ae2c409ab0..094f8d1aaee 100644
--- a/net/tnftp/files/libnetbsd/timegm.c
+++ b/net/tnftp/files/libnetbsd/timegm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: timegm.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */
+/* NetBSD: timegm.c,v 1.3 2005/05/11 01:01:56 lukem Exp */
/* from ? */
#include "tnftp.h"
diff --git a/net/tnftp/files/libnetbsd/utimes.c b/net/tnftp/files/libnetbsd/utimes.c
index 96badf51955..eedc89dbc93 100644
--- a/net/tnftp/files/libnetbsd/utimes.c
+++ b/net/tnftp/files/libnetbsd/utimes.c
@@ -1,4 +1,4 @@
-/* $NetBSD: utimes.c,v 1.2 2004/03/11 13:51:07 grant Exp $ */
+/* NetBSD: utimes.c,v 1.3 2005/05/11 01:01:56 lukem Exp */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.