summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist/client.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-201-0/+205
rdist/client.h and rdistd/server.h Only put #includes in .h files that are necessary for the .h to be used; all other #includes go in the .c files Move all extern variable declarations to the .h files, renaming local variables to avoid shadowing Replace me_type member of mntent_t with an "is NFS?" flag bit