CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/20 02:00:16
Modified files:
usr.bin/rdist : child.c client.c common.c defs.h distopt.c
docmd.c expand.c gram.y isexec.c lookup.c
message.c rdist.c
usr.bin/rdistd : filesys-os.c filesys.c rdistd.c server.c
Added files:
usr.bin/rdist : client.h
usr.bin/rdistd : server.h
Removed files:
usr.bin/rdist : filesys.h
Log message:
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