summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_mount.h
Commit message (Collapse)AuthorAgeFilesLines
* Try to obtain timezone offset from an environment of mount program.bp2000-04-051-0/+1
| | | | This helps in cases where CMOS clock set to UTC time.
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* Bump local version number to 1.3.4.bp1999-12-121-1/+1
|
* Bump version number to sync with ncplib 1.3.3bp1999-10-311-1/+1
|
* Isolate old constant NCP_VOLNAME_LEN.bp1999-10-141-1/+3
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+78
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud