[xiph-cvs] cvs commit: icecast/src connection.h main.c stats.c

Jack Moffitt jack at xiph.org
Fri Oct 19 23:51:30 PDT 2001



jack        01/10/19 23:51:30

  Modified:    src      connection.h main.c stats.c
  Log:
  It's too bad we don't have a commit script that smacks me upside the head
  when I do stupid things like this.

Revision  Changes    Path
1.3       +2 -0      icecast/src/connection.h

Index: connection.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- connection.h	2001/10/20 06:43:04	1.2
+++ connection.h	2001/10/20 06:51:29	1.3
@@ -1,6 +1,8 @@
 #ifndef __CONNECTION_H__
 #define __CONNECTION_H__
 
+#include <stdint.h>
+
 typedef struct connection_tag
 {
         unsigned long id;

1.3       +1 -0      icecast/src/main.c

Index: main.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- main.c	2001/10/20 06:43:04	1.2
+++ main.c	2001/10/20 06:51:29	1.3
@@ -22,6 +22,7 @@
 
 #ifdef _WIN32
 #define snprintf _snprintf
+#endif
 
 #undef CATMODULE
 #define CATMODULE "main"

1.3       +2 -0      icecast/src/stats.c

Index: stats.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stats.c	2001/10/20 06:43:04	1.2
+++ stats.c	2001/10/20 06:51:29	1.3
@@ -19,7 +19,9 @@
 #include "client.h"
 #include "stats.h"
 
+#ifdef _WIN32
 #define vsnprintf _vsnprintf
+#endif
 
 typedef struct _event_listener_tag
 {

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list