diff --git a/CHANGES b/CHANGES index afa8a8b..afbff2f 100644 --- a/CHANGES +++ b/CHANGES @@ -13,7 +13,7 @@ buffer_getline is now a function, not a macro add iob_write (send io batch through callback, e.g. for SSL) add errmsg_info and errmsg_infosys to write to stdout instead - epoll fix + epoll fix (how could this ever work?) 0.20: add errmsg API diff --git a/Makefile b/Makefile index 2904787..0a2b419 100644 --- a/Makefile +++ b/Makefile @@ -310,8 +310,6 @@ iob_prefetch.o: io/iob_prefetch.c iob_internal.h iob.h io.h \ uint64.h taia.h tai.h array.h iob_reset.o: io/iob_reset.c byte.h iob_internal.h iob.h io.h \ uint64.h taia.h tai.h array.h -iob_send.o: io/iob_send.c havebsdsf.h havealloca.h iob_internal.h \ - iob.h io.h uint64.h taia.h tai.h array.h iob_write.o: io/iob_write.c iob_internal.h iob.h io.h uint64.h \ taia.h tai.h array.h mmap_private.o: mmap/mmap_private.c open.h mmap.h @@ -371,8 +369,6 @@ scan_ip4.o: socket/scan_ip4.c scan.h ip4.h scan_ip6.o: socket/scan_ip6.c scan.h ip4.h ip6.h byte.h \ uint32.h scan_ip6_flat.o: socket/scan_ip6_flat.c scan.h -scan_ip6if.o: socket/scan_ip6if.c ip6.h byte.h uint32.h byte.h \ - socket.h uint16.h havealloca.h socket_accept4.o: socket/socket_accept4.c windoze.h socket.h \ uint16.h uint32.h havesl.h socket_accept6.o: socket/socket_accept6.c windoze.h byte.h socket.h \ @@ -646,7 +642,7 @@ CURNAME=libowfat-0.20 tar: clean rename rm -f dep libdep - cd ..; tar cvvf $(VERSION).tar.bz2 $(VERSION) --use=bzip2 --exclude CVS + cd ..; tar cvvf $(VERSION).tar.bz2 --use=bzip2 --exclude CVS $(VERSION) rename: if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi