=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/import.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/cvs/import.c 2004/11/09 20:46:02 1.1 --- src/usr.bin/cvs/import.c 2004/12/07 17:10:56 1.2 *************** *** 1,4 **** ! /* $OpenBSD: import.c,v 1.1 2004/11/09 20:46:02 krapht Exp $ */ /* * Copyright (c) 2004 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: import.c,v 1.2 2004/12/07 17:10:56 tedu Exp $ */ /* * Copyright (c) 2004 Joris Vink * All rights reserved. *************** *** 122,128 **** cvs_sendarg(root, argv[1], 0) < 0 || cvs_sendarg(root, argv[2], 0) < 0) { cvs_log(LP_ERR, "failed to send arguments"); ! return (-1); } /* create the repository name */ --- 122,128 ---- cvs_sendarg(root, argv[1], 0) < 0 || cvs_sendarg(root, argv[2], 0) < 0) { cvs_log(LP_ERR, "failed to send arguments"); ! return (-1); } /* create the repository name */