From: Felix Janda <felix.janda@posteo.de>
To: xfs@oss.sgi.com
Subject: [PATCH 5/6] dump/var.c: Include <limits.h> for PATH_MAX
Date: Tue, 12 Jan 2016 22:08:41 +0100 [thread overview]
Message-ID: <20160112210841.GF10044@nyan> (raw)
In-Reply-To: <cover.1452632647.git.felix.janda@posteo.de>
Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
dump/var.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/dump/var.c b/dump/var.c
index 645caab..6e3ead0 100644
--- a/dump/var.c
+++ b/dump/var.c
@@ -22,6 +22,7 @@
#include <errno.h>
#include <dirent.h>
#include <string.h>
+#include <limits.h>
#include <uuid/uuid.h>
#include "config.h"
--
2.4.10
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2016-01-12 21:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-12 21:04 [PATCH 0/6] xfsdump: Compile with musl libc Felix Janda
2016-01-12 21:08 ` [PATCH 1/6] invutil/invidx: include <fcntl.h> for O_CREAT Felix Janda
2016-01-13 7:59 ` Christoph Hellwig
2016-01-12 21:08 ` [PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX Felix Janda
2016-01-13 7:59 ` Christoph Hellwig
2016-01-12 21:08 ` [PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD Felix Janda
2016-01-13 7:59 ` Christoph Hellwig
2016-01-12 21:08 ` [PATCH 4/6] librmt/rmtopen: Prefer <signal.h> over <sys/signal.h> Felix Janda
2016-01-13 8:00 ` Christoph Hellwig
2016-01-12 21:08 ` Felix Janda [this message]
2016-01-13 8:00 ` [PATCH 5/6] dump/var.c: Include <limits.h> for PATH_MAX Christoph Hellwig
2016-01-12 21:08 ` [PATCH 6/6] Prefer stdint types over __uint*_t and __int*_t Felix Janda
2016-01-13 8:01 ` Christoph Hellwig
2016-01-13 17:51 ` [PATCH v2] cleanup: Kill __[u]int*_t types Felix Janda
2016-01-14 10:20 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160112210841.GF10044@nyan \
--to=felix.janda@posteo.de \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox