--- ./net/tux/proc.c-orig Sat Mar 30 10:45:37 2002 +++ ./net/tux/proc.c Sat Mar 30 10:48:00 2002 @@ -929,6 +929,9 @@ Dprintk("count: %d.\n", count-skip_count); return count - skip_count; +#undef SP_HOST +#undef IP +#undef SP } static int stat_read_proc (char *page, char **start, off_t off, @@ -1006,6 +1009,7 @@ return sprintf (page, "%s://%u.%u.%u.%u:%hu\n", listen->proto->name, IP(3), IP(2), IP(1), IP(0), listen->port); +#undef IP } static int listen_write_proc (struct file *file, const char *buffer,