# HG changeset patch # User Mark Doliner # Date 1046237463 0 # Node ID 3c7d4a060d306d10b7f864e9a2efe09a8bcbc501 # Parent 858979ab3867ea683c5bf71db3db1a2e8ea8d5c5 [gaim-migrate @ 4909] ft.c:240: warning: implicit declaration of function `debug_printf' naughty mr doliner committer: Tailor Script diff -r 858979ab3867 -r 3c7d4a060d30 src/protocols/oscar/ft.c --- a/src/protocols/oscar/ft.c Wed Feb 26 05:01:37 2003 +0000 +++ b/src/protocols/oscar/ft.c Wed Feb 26 05:31:03 2003 +0000 @@ -237,7 +237,6 @@ char ip[20]; int port; -debug_printf("AAA - We got a bite! Dude connected to listener\n"); if ((acceptfd = accept(cur->fd, &addr, &addrlen)) == -1) return 0; /* not an error */ @@ -617,7 +616,6 @@ aim_conn_t *newconn; int listenfd; -debug_printf("AAA - listening on port %d\n", port); if ((listenfd = listenestablish(port)) == -1) return NULL;