diff options
Diffstat (limited to 'print/a2ps-letter/files/patch-xgethostname.c')
-rw-r--r-- | print/a2ps-letter/files/patch-xgethostname.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/a2ps-letter/files/patch-xgethostname.c b/print/a2ps-letter/files/patch-xgethostname.c deleted file mode 100644 index bfc7c33e0a6d..000000000000 --- a/print/a2ps-letter/files/patch-xgethostname.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/xgethostname.c Tue Sep 4 00:51:26 2001 -+++ lib/xgethostname.c.new Tue Sep 4 00:55:39 2001 -@@ -63,7 +63,7 @@ - if (err == 0 && hostname[k] == '\0') - break; - #ifdef ENAMETOOLONG -- else if (err != 0 && errno != ENAMETOOLONG && errno != 0) -+ else if (err != 0 && errno != ENAMETOOLONG && errno != ENOMEM && errno != 0) - error (EXIT_FAILURE, errno, "gethostname"); - #endif - size *= 2; - |