=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/extern.h,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/rsync/extern.h 2019/02/16 23:16:54 1.17 --- src/usr.bin/rsync/extern.h 2019/02/17 18:11:50 1.18 *************** *** 1,4 **** ! /* $Id: extern.h,v 1.17 2019/02/16 23:16:54 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: extern.h,v 1.18 2019/02/17 18:11:50 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * *************** *** 118,123 **** --- 118,124 ---- int specials; /* --specials */ char *rsync_path; /* --rsync-path */ char *ssh_prog; /* --rsh or -e */ + char *port; /* --port */ }; /*