History log of /openbsd-current/usr.bin/rdist/client.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.4 22-Jun-2021 jmc

reduce verbosity in usage and make it match SYNOPSIS;
i reformatted it to match 80w, and removed two functions that
had been used to populate usage: getdistoptlist and msgprusage;

ok millert


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.3 30-Aug-2017 otto

Avoid clang warning by explicitly marking a constant unsigned; ok millert@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.2 22-Dec-2015 mmcc

remove needless allocation casts


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.1 20-Jan-2015 guenther

Split out from rdist/defs.h the client-only and server-only bits into
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


Revision tags: OPENBSD_6_2_BASE
# 1.3 30-Aug-2017 otto

Avoid clang warning by explicitly marking a constant unsigned; ok millert@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.2 22-Dec-2015 mmcc

remove needless allocation casts


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.1 20-Jan-2015 guenther

Split out from rdist/defs.h the client-only and server-only bits into
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