summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/atftp/files/atftp-0.7-gcc.patch')
-rw-r--r--net-misc/atftp/files/atftp-0.7-gcc.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/atftp/files/atftp-0.7-gcc.patch b/net-misc/atftp/files/atftp-0.7-gcc.patch
new file mode 100644
index 000000000000..374dbdb01c71
--- /dev/null
+++ b/net-misc/atftp/files/atftp-0.7-gcc.patch
@@ -0,0 +1,20 @@
+--- argz.h.orig 2005-02-07 16:04:41.000000000 -0500
++++ argz.h 2005-02-07 16:05:01.000000000 -0500
+@@ -180,7 +180,7 @@
+ #ifdef __USE_EXTERN_INLINES
+ extern inline char *
+ __argz_next (__const char *__argz, size_t __argz_len,
+- __const char *__entry) __THROW
++ __const char *__entry)
+ {
+ if (__entry)
+ {
+@@ -194,7 +194,7 @@
+ }
+ extern inline char *
+ argz_next (__const char *__argz, size_t __argz_len,
+- __const char *__entry) __THROW
++ __const char *__entry)
+ {
+ return __argz_next (__argz, __argz_len, __entry);
+ }