Split out from rdist/defs.h the client-only and server-only bits into
authorguenther <guenther@openbsd.org>
Tue, 20 Jan 2015 09:00:16 +0000 (09:00 +0000)
committerguenther <guenther@openbsd.org>
Tue, 20 Jan 2015 09:00:16 +0000 (09:00 +0000)
commite06ba6779e10d29d6c233e03dbbf2408bc89da66
tree502d495302caf445d44d9ce754609fce8083f6a9
parent0483646801297f7316f7dbcdb2e332a6b8de3ed8
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
19 files changed:
usr.bin/rdist/child.c
usr.bin/rdist/client.c
usr.bin/rdist/client.h [new file with mode: 0644]
usr.bin/rdist/common.c
usr.bin/rdist/defs.h
usr.bin/rdist/distopt.c
usr.bin/rdist/docmd.c
usr.bin/rdist/expand.c
usr.bin/rdist/filesys.h [deleted file]
usr.bin/rdist/gram.y
usr.bin/rdist/isexec.c
usr.bin/rdist/lookup.c
usr.bin/rdist/message.c
usr.bin/rdist/rdist.c
usr.bin/rdistd/filesys-os.c
usr.bin/rdistd/filesys.c
usr.bin/rdistd/rdistd.c
usr.bin/rdistd/server.c
usr.bin/rdistd/server.h [new file with mode: 0644]