diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-05 21:07:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-05 21:07:23 +0000 |
commit | 8caf43c2d8e94a18cd72b733603426e95c4f26c7 (patch) | |
tree | 6901cde3333382246f439e7ace7643b1b591743c /net/ntop | |
parent | 3186132f5012bd22443f935c1fbf5cb19b7d5149 (diff) |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ntop/files/patch-configure b/net/ntop/files/patch-configure new file mode 100644 index 000000000000..7057d21339d6 --- /dev/null +++ b/net/ntop/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Nov 22 13:54:32 2003 ++++ configure Sat Nov 22 13:54:48 2003 +@@ -14711,7 +14711,7 @@ + + + +-for ac_header in sched.h sys/sched.h ++for ac_header in sched.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then |