Skip to content

Instantly share code, notes, and snippets.

View giuseppelettieri's full-sized avatar

Giuseppe Lettieri giuseppelettieri

  • University of Pisa
  • Pisa
View GitHub Profile
From 11e2303a888fad9a816fb6f034ad3ad8f406affb Mon Sep 17 00:00:00 2001
From: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
Date: Thu, 28 Jul 2016 09:50:52 +0200
Subject: [PATCH] linux/configure: avoid non-POSIX <<-EOF feature
---
LINUX/configure | 744 ++++++++++++++++++++++++++++----------------------------
1 file changed, 371 insertions(+), 373 deletions(-)
diff --git a/LINUX/configure b/LINUX/configure
diff --git a/sys/dev/netmap/netmap_monitor.c b/sys/dev/netmap/netmap_monitor.c
index 037d8e9..4027981 100644
--- a/sys/dev/netmap/netmap_monitor.c
+++ b/sys/dev/netmap/netmap_monitor.c
@@ -672,6 +672,7 @@ static int
netmap_monitor_parent_notify(struct netmap_kring *kring, int flags)
{
int error = 0;
+ int (*notify)(struct netmap_kring*, int);
ND(5, "%s %x", kring->name, flags);