=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/backupfile.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/patch/backupfile.c 2003/07/22 17:52:20 1.14 --- src/usr.bin/patch/backupfile.c 2003/07/28 16:13:53 1.15 *************** *** 1,4 **** ! /* $OpenBSD: backupfile.c,v 1.14 2003/07/22 17:52:20 deraadt Exp $ */ /* * backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free --- 1,4 ---- ! /* $OpenBSD: backupfile.c,v 1.15 2003/07/28 16:13:53 millert Exp $ */ /* * backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free *************** *** 17,23 **** */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.14 2003/07/22 17:52:20 deraadt Exp $"; #endif /* not lint */ #include --- 17,23 ---- */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.15 2003/07/28 16:13:53 millert Exp $"; #endif /* not lint */ #include *************** *** 260,264 **** if (i >= 0) return backup_types[i]; invalid_arg("version control type", version, i); ! exit(1); } --- 260,264 ---- if (i >= 0) return backup_types[i]; invalid_arg("version control type", version, i); ! exit(2); }