=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/extern.h,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/rsync/extern.h 2019/04/02 05:32:08 1.27 --- src/usr.bin/rsync/extern.h 2019/04/04 04:19:54 1.28 *************** *** 1,4 **** ! /* $Id: extern.h,v 1.27 2019/04/02 05:32:08 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: extern.h,v 1.28 2019/04/04 04:19:54 bket Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * *************** *** 117,122 **** --- 117,123 ---- int devices; /* --devices */ int specials; /* --specials */ int numeric_ids; /* --numeric-ids */ + int one_file_system; /* -x */ char *rsync_path; /* --rsync-path */ char *ssh_prog; /* --rsh or -e */ char *port; /* --port */