Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove macros | imura | 2005-09-19 | 1 | -6/+5 |
| | | | | | htole{s,l,q}, letoh{s,l,q}, htobe{s,l,q}, betoh{s,l,q} and replace it with more standard byteorder macros in our system. | ||||
* | Fine-tune the last change even more and use the return value as error | le | 2004-06-19 | 1 | -1/+1 |
| | | | | | | indicator, as it is expected. Spotted by: Christoph Mallon <christoph.mallon@gmx.de> | ||||
* | Don't return NULL when the function is defined to return an integer. | le | 2004-06-19 | 1 | -1/+1 |
| | | | | OK'ed by: tjr | ||||
* | Use #include <string.h> rather than <strings.h> so that the strdup() | peter | 2003-07-26 | 1 | -1/+2 |
| | | | | | | | 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 | ||||
* | Import smbfs-1.4.1. | sheldonh | 2001-12-14 | 1 | -0/+404 |
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/ |