=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/xinstall/xinstall.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/xinstall/xinstall.c 2000/10/12 10:22:20 1.24 --- src/usr.bin/xinstall/xinstall.c 2000/12/22 11:53:17 1.25 *************** *** 1,4 **** ! /* $OpenBSD: xinstall.c,v 1.24 2000/10/12 10:22:20 art Exp $ */ /* $NetBSD: xinstall.c,v 1.9 1995/12/20 10:25:17 jonathan Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: xinstall.c,v 1.25 2000/12/22 11:53:17 jj Exp $ */ /* $NetBSD: xinstall.c,v 1.9 1995/12/20 10:25:17 jonathan Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif ! static char rcsid[] = "$OpenBSD: xinstall.c,v 1.24 2000/10/12 10:22:20 art Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif ! static char rcsid[] = "$OpenBSD: xinstall.c,v 1.25 2000/12/22 11:53:17 jj Exp $"; #endif /* not lint */ #include *************** *** 193,199 **** /* can't do file1 file2 directory/file */ if (argc != 2) ! usage(); if (!no_target) { if (stat(*argv, &from_sb)) --- 193,199 ---- /* can't do file1 file2 directory/file */ if (argc != 2) ! err(EX_OSERR, "Target: %s", argv[argc-1]); if (!no_target) { if (stat(*argv, &from_sb))