fix kismet-server and add mostlyclean target
SVN-Revision: 1177
This commit is contained in:
parent
232a26113e
commit
d1c8904eee
@ -88,3 +88,6 @@ $(IPKG_KISMET_SERVER):
|
||||
$(RSTRIP) $(IDIR_KISMET_SERVER)
|
||||
$(IPKG_BUILD) $(IDIR_KISMET_SERVER) $(PACKAGE_DIR)
|
||||
|
||||
mostlyclean:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) clean
|
||||
rm -f $(PKG_BUILD_DIR)/.built
|
||||
|
@ -27,3 +27,15 @@ diff -urN kismet-2005-04-R1.old/macaddr.h kismet-2005-04-R1.dev/macaddr.h
|
||||
return (singleton_itr != op.singleton_itr) || (vector_itr != op.vector_itr);
|
||||
}
|
||||
|
||||
diff -urN kismet-2005-04-R1.old/tcpserver.cc kismet-2005-04-R1.dev/tcpserver.cc
|
||||
--- kismet-2005-04-R1.old/tcpserver.cc 2005-04-03 07:33:42.000000000 +0200
|
||||
+++ kismet-2005-04-R1.dev/tcpserver.cc 2005-06-08 23:17:34.000000000 +0200
|
||||
@@ -373,7 +373,7 @@
|
||||
return 0;
|
||||
}
|
||||
} else {
|
||||
- copt->wrbuf.erase(0, res);
|
||||
+ copt->wrbuf = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user