[PD-cvs] pd/src u_pdreceive.c,1.1.1.3,1.1.1.3.4.1

Mathieu Bouchard matju at users.sourceforge.net
Sat May 8 21:32:19 CEST 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32230

Modified Files:
      Tag: impd_0_37
	u_pdreceive.c 
Log Message:
removing unused


Index: u_pdreceive.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/u_pdreceive.c,v
retrieving revision 1.1.1.3
retrieving revision 1.1.1.3.4.1
diff -C2 -d -r1.1.1.3 -r1.1.1.3.4.1
*** u_pdreceive.c	9 May 2003 16:03:44 -0000	1.1.1.3
--- u_pdreceive.c	8 May 2004 19:32:17 -0000	1.1.1.3.4.1
***************
*** 47,51 ****
      int portno;
      struct sockaddr_in server;
-     int nretry = 10;
  #ifdef MSW
      short version = MAKEWORD(2, 0);
--- 47,50 ----
***************
*** 114,118 ****
  static void addport(int fd)
  {
-     int nfd = nfdpoll;
      t_fdpoll *fp;
      fdpoll = (t_fdpoll *)realloc(fdpoll,
--- 113,116 ----
***************
*** 133,138 ****
  static void rmport(t_fdpoll *x)
  {
!     int nfd = nfdpoll;
!     int i, size = nfdpoll * sizeof(t_fdpoll);
      t_fdpoll *fp;
      for (i = nfdpoll, fp = fdpoll; i--; fp++)
--- 131,135 ----
  static void rmport(t_fdpoll *x)
  {
!     int i;
      t_fdpoll *fp;
      for (i = nfdpoll, fp = fdpoll; i--; fp++)





More information about the Pd-cvs mailing list