summaryrefslogtreecommitdiff
path: root/net/tnftp
diff options
context:
space:
mode:
authorlukem <lukem>2007-08-07 03:37:52 +0000
committerlukem <lukem>2007-08-07 03:37:52 +0000
commit9fdaf624e706105f2382b452a73bc914d93f88de (patch)
treec851db3474a259a52f86698ac2ff0be4d051fe00 /net/tnftp
parent7c70526aae3456bb819cd6529f8adad42f8b8f70 (diff)
downloadpkgsrc-9fdaf624e706105f2382b452a73bc914d93f88de.tar.gz
The UINT32_T shouldn't be necessary any more, with the
updated configure.ac in tnftp 20070806.
Diffstat (limited to 'net/tnftp')
-rw-r--r--net/tnftp/files/tnftp.h6
-rw-r--r--net/tnftp/hacks.mk11
2 files changed, 2 insertions, 15 deletions
diff --git a/net/tnftp/files/tnftp.h b/net/tnftp/files/tnftp.h
index cd318d760b4..dae6d35d471 100644
--- a/net/tnftp/files/tnftp.h
+++ b/net/tnftp/files/tnftp.h
@@ -1,4 +1,4 @@
-/* $NetBSD: tnftp.h,v 1.11 2007/08/07 02:06:56 lukem Exp $ */
+/* $NetBSD: tnftp.h,v 1.12 2007/08/07 03:37:53 lukem Exp $ */
#define FTP_PRODUCT PACKAGE_NAME
#define FTP_VERSION PACKAGE_VERSION
@@ -217,10 +217,6 @@ typedef unsigned int socklen_t;
#endif
#endif
-#ifdef UINT32_T /* needed for example on IRIX 5 */
-typedef unsigned UINT32_T uint32_t;
-#endif
-
#if HAVE_DECL_AF_INET6 \
&& defined(HAVE_STRUCT_SOCKADDR_IN6) \
&& HAVE_DECL_NS_IN6ADDRSZ
diff --git a/net/tnftp/hacks.mk b/net/tnftp/hacks.mk
index 3a3c0ad99a5..5198112d4a4 100644
--- a/net/tnftp/hacks.mk
+++ b/net/tnftp/hacks.mk
@@ -1,10 +1 @@
-# $NetBSD: hacks.mk,v 1.1 2006/04/10 13:26:15 schwarz Exp $
-
-### [ Mon Apr 10 14:23:26 CDT 2006 : schwarz ]
-### Define type to use for uint32_t on platforms that do not have it
-### (cf. tnftp.h)
-###
-.if !empty(LOWER_OPSYS:Mirix5*)
-PKG_HACKS+= uint32_t
-CPPFLAGS+= -DUINT32_T=int
-.endif
+# $NetBSD: hacks.mk,v 1.2 2007/08/07 03:37:52 lukem Exp $