From owner-freebsd-ports Fri Feb 2 13:31:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id F2F5437B491 for ; Fri, 2 Feb 2001 13:31:10 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f12LQsi18482; Fri, 2 Feb 2001 16:26:55 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <01ce01c08d60$2091d960$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , Subject: New patch for net/samba-2.0.7 Date: Fri, 2 Feb 2001 16:35:54 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_01CB_01C08D36.3643D760" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_01CB_01C08D36.3643D760 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi all, I was just playing with the samba-2.0.7 port and noticed that a compiler warning is introduced by patch-ab and patch-ac. The attached patch (patch-bb) fixes this problem. -- Matt Emmerton ------=_NextPart_000_01CB_01C08D36.3643D760 Content-Type: application/octet-stream; name="patch-bb" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-bb" --- include/proto.h.orig Fri Feb 2 16:19:44 2001=0A= +++ include/proto.h Fri Feb 2 16:19:51 2001=0A= @@ -1023,6 +1023,7 @@=0A= char *lp_serverstring(void);=0A= char *lp_printcapname(void);=0A= char *lp_lockdir(void);=0A= +char *lp_piddir(void);=0A= char *lp_utmpdir(void);=0A= char *lp_wtmpdir(void);=0A= char *lp_utmp_hostname(void);=0A= ------=_NextPart_000_01CB_01C08D36.3643D760-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message