From owner-freebsd-questions Mon Jun 12 09:30:41 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA23788 for questions-outgoing; Mon, 12 Jun 1995 09:30:41 -0700 Received: from wcarchive.cdrom.com (wcarchive.cdrom.com [192.216.191.11]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA23777 for ; Mon, 12 Jun 1995 09:30:38 -0700 Received: from fluke.cmp.com ([198.80.26.75]) by wcarchive.cdrom.com (8.6.11/8.6.9) with ESMTP id JAA05583 for ; Mon, 12 Jun 1995 09:31:23 -0700 Received: (from splyaski@localhost) by fluke.cmp.com (8.6.11/8.6.9) id MAA04538; Mon, 12 Jun 1995 12:28:24 GMT From: Sergey Plyaskin Message-Id: <199506121228.MAA04538@fluke.cmp.com> Subject: Still error compiling bulk_mailer To: majordomo-users@greatcircle.com Date: Mon, 12 Jun 1995 12:28:23 +0000 () Cc: freebsd-questions@wcarchive.cdrom.com X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 534 Sender: questions-owner@FreeBSD.org Precedence: bulk Dave, thanks for your reply. You were right about tabs. It still does not compile, though... I'm trying to compile bulk_mailer on my FreeBSD 2.0-950412 system. I've got the source from cs.utk.edu so no errors anymore :-) Here's what I get: # make cc -c bulk_mailer.c bulk_mailer.c:71: conflicting types for `sys_errlist' /usr/include/stdio.h:244: previous declaration of `sys_errlist' bulk_mailer.c:208: warning: static declaration for `strdup' follows non-static *** Error code 1 Stop. # Any ideas? Thanks in advance. -Serge