=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/xinstall/xinstall.c,v retrieving revision 1.46 retrieving revision 1.47 diff -c -r1.46 -r1.47 *** src/usr.bin/xinstall/xinstall.c 2007/08/06 19:16:06 1.46 --- src/usr.bin/xinstall/xinstall.c 2007/09/05 08:58:34 1.47 *************** *** 1,4 **** ! /* $OpenBSD: xinstall.c,v 1.46 2007/08/06 19:16:06 sobrado Exp $ */ /* $NetBSD: xinstall.c,v 1.9 1995/12/20 10:25:17 jonathan Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: xinstall.c,v 1.47 2007/09/05 08:58:34 jsg Exp $ */ /* $NetBSD: xinstall.c,v 1.9 1995/12/20 10:25:17 jonathan Exp $ */ /* *************** *** 40,46 **** #if 0 static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif ! static char rcsid[] = "$OpenBSD: xinstall.c,v 1.46 2007/08/06 19:16:06 sobrado Exp $"; #endif /* not lint */ #include --- 40,46 ---- #if 0 static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif ! static char rcsid[] = "$OpenBSD: xinstall.c,v 1.47 2007/09/05 08:58:34 jsg Exp $"; #endif /* not lint */ #include *************** *** 100,106 **** char *flags, *to_name, *group = NULL, *owner = NULL; iflags = 0; ! while ((ch = getopt(argc, argv, "BbCcdf:g:m:o:pSs")) != -1) switch((char)ch) { case 'C': docompare = 1; --- 100,106 ---- char *flags, *to_name, *group = NULL, *owner = NULL; iflags = 0; ! while ((ch = getopt(argc, argv, "B:bCcdf:g:m:o:pSs")) != -1) switch((char)ch) { case 'C': docompare = 1;