diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-26 11:08:22 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-26 11:08:22 +0000 |
commit | 2979b062ddcbdc9f2c78fe410a322b470e4a29db (patch) | |
tree | 964e5b39497b1c0a2a9d46a1bef9d8833ce5b910 /oggcast~ | |
parent | 39bfab603950686c2b007be44fc75643daacc932 (diff) |
replaced UNIX with unix
svn path=/trunk/externals/pdogg/; revision=249
Diffstat (limited to 'oggcast~')
-rw-r--r-- | oggcast~/oggcast~.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oggcast~/oggcast~.c b/oggcast~/oggcast~.c index 67ea43a..4210fa6 100644 --- a/oggcast~/oggcast~.c +++ b/oggcast~/oggcast~.c @@ -38,7 +38,7 @@ #include <errno.h>
#include <fcntl.h>
#include <pthread.h>
-#ifdef UNIX
+#ifdef unix
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
@@ -1299,4 +1299,4 @@ void oggcast_tilde_setup(void) class_addmethod(oggcast_class, (t_method)oggcast_vbr, gensym("vbr"), A_FLOAT, A_FLOAT, A_FLOAT, 0);
class_addanything(oggcast_class, oggcast_comment);
class_sethelpsymbol(oggcast_class, gensym("help-oggcast~.pd"));
-}
\ No newline at end of file +}
|