Date: Fri, 25 Jul 2003 21:02:22 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/smbfs/lib/smb rap.c Message-ID: <200307260402.h6Q42M4x097169@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/07/25 21:02:22 PDT FreeBSD src repository Modified files: contrib/smbfs/lib/smb rap.c Log: Use #include <string.h> rather than <strings.h> so that the strdup() prototype gets brought into scope. This is a big deal for 64 bit systems where the default return value of 'int' is != pointer. Reviewed by: bp Revision Changes Path 1.2 +2 -1 src/contrib/smbfs/lib/smb/rap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307260402.h6Q42M4x097169>