aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-10-13 18:41:48 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-10-13 18:41:48 -0700
commit6ffe39308b3e102c830510c2f25d2224fdeac415 (patch)
tree14f746b6a0e1065844aefbeed658b76304e4c88f /bb.h
parent999c60c0991d30bc3cdfb2e185cae1770bc1a24c (diff)
Deprecated support for piping commands in to bb at startup (undocumented). Users should use xargs if they want to do that sort of thing.
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bb.h b/bb.h
index ba4d404..7cf7d80 100644
--- a/bb.h
+++ b/bb.h
@@ -8,7 +8,6 @@
#include <dirent.h>
#include <fcntl.h>
#include <limits.h>
-#include <poll.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
@@ -26,7 +25,7 @@
#include "bterm.h"
// Macros:
-#define BB_VERSION "0.17.0"
+#define BB_VERSION "0.17.1"
#ifndef PATH_MAX
#define PATH_MAX 4096