16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
$NetBSD: patch-af,v 1.2 2008/11/16 11:22:55 bjs Exp $
|
|
|
|
--- tools/transport.c.orig 2008-11-11 17:36:30.000000000 -0500
|
|
+++ tools/transport.c
|
|
@@ -29,6 +29,10 @@
|
|
#include <jack/jack.h>
|
|
#include <jack/transport.h>
|
|
|
|
+#ifndef whitespace
|
|
+#define whitespace(c) (((c) == ' ') || ((c) == '\t'))
|
|
+#endif
|
|
+
|
|
char *package; /* program name */
|
|
int done = 0;
|
|
jack_client_t *client;
|