Date: Mon, 23 Apr 2001 05:40:15 +0200 From: "undergra" <undergra@vallesnet.org> To: <freebsd-questions@freebsd.org> Subject: error patching ftp Message-ID: <001301c0cba7$1d5bb420$0164a8c0@daemon>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001301c0cba7$1d5bb420$0164a8c0>