netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mnl: getpagesize
@ 2010-12-20  0:44 Jan Engelhardt
  2010-12-20  0:44 ` [PATCH] include: add missing unistd.h Jan Engelhardt
  2010-12-21 19:39 ` mnl: getpagesize Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Engelhardt @ 2010-12-20  0:44 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


Hi Pablo,

here is a patch for a compile error about missing getpagesize.

I also have this now:
mystuff.c:36:7: error: variably modified ‘buf’ at file scope

This is due to

struct def {
	char buf[MNL_SOCKET_BUFFER_SIZE];
};

This worked before mnl started using getpagesize :-/



The following changes since commit 093044ed01a91541c46ba9cc987fae5e907132b1:

  doc: add new website at netfilter.org to doxygen (2010-12-17 15:45:00 +0100)

are available in the git repository at:
  git://dev.medozas.de/libmnl master

Jan Engelhardt (1):
      include: add missing unistd.h

 include/libmnl/libmnl.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-21 19:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20  0:44 mnl: getpagesize Jan Engelhardt
2010-12-20  0:44 ` [PATCH] include: add missing unistd.h Jan Engelhardt
2010-12-21 19:39 ` mnl: getpagesize Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).