From owner-freebsd-questions Sun Apr 22 20:38: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from vallesnet.org (vallesnet.org [194.224.210.5]) by hub.freebsd.org (Postfix) with ESMTP id 018D837B424 for ; Sun, 22 Apr 2001 20:38:01 -0700 (PDT) (envelope-from undergra@vallesnet.org) Received: from daemon (107-BAR2-X118.libre.retevision.es [62.82.167.107]) by vallesnet.org (8.10.2/8.10.2) with SMTP id f3N3bu706367 for ; Mon, 23 Apr 2001 05:37:57 +0200 Message-ID: <001301c0cba7$1d5bb420$0164a8c0@daemon> From: "undergra" To: Subject: error patching ftp Date: Mon, 23 Apr 2001 05:40:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi.. i try to patch my ftp, but i have some errors. i do the next steps: # cd /usr/src # fetch ftp://ftp.freebsd.org/pub/FreeBSD/CERT/patches/SA-01:33/glob.4.x.patch # fetch ftp://ftp.freebsd.org/pub/FreeBSD/CERT/patches/SA-01:33/glob.4.x.patch.asc # patch -p < glob.4.x.patch # cp /usr/src/include/glob.h /usr/include/ # cd /usr/src/lib/libc # make all install on make all install i have this error: [...] /usr/src/lib/libc/../libc/gen/glob.c: In function `glob': /usr/src/lib/libc/../libc/gen/glob.c:171: `GLOB_MAXPATH' undeclared (first use in this function) /usr/src/lib/libc/../libc/gen/glob.c:171: (Each undeclared identifier is reported only once /usr/src/lib/libc/../libc/gen/glob.c:171: for each function it appears in.) /usr/src/lib/libc/../libc/gen/glob.c: In function `globextend': /usr/src/lib/libc/../libc/gen/glob.c:689: `GLOB_LIMIT' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/lib/libc. anyone help me please?? thank you very much I have FreeBSD 4.2 bye To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message