diff options
Diffstat (limited to 'usr.bin/patch/backupfile.c')
-rw-r--r-- | usr.bin/patch/backupfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c index 5614de91cb9..d4d81a5ddbc 100644 --- a/usr.bin/patch/backupfile.c +++ b/usr.bin/patch/backupfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: backupfile.c,v 1.14 2003/07/22 17:52:20 deraadt Exp $ */ +/* $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,7 +17,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.14 2003/07/22 17:52:20 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.15 2003/07/28 16:13:53 millert Exp $"; #endif /* not lint */ #include <ctype.h> @@ -260,5 +260,5 @@ get_version(char *version) if (i >= 0) return backup_types[i]; invalid_arg("version control type", version, i); - exit(1); + exit(2); } |