diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-22 17:52:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-22 17:52:21 +0000 |
commit | 8d5a70d004c621e3f7f3352587154f4cead46e9e (patch) | |
tree | c8b0ab7129aa124c3ec5bfd80ec7364d2a3d3d78 /usr.bin/patch | |
parent | 8e51b8656443e95ea2e64863a6dec2ed46aa0d53 (diff) |
just about nothing
Diffstat (limited to 'usr.bin/patch')
-rw-r--r-- | usr.bin/patch/backupfile.c | 6 | ||||
-rw-r--r-- | usr.bin/patch/inp.c | 6 | ||||
-rw-r--r-- | usr.bin/patch/pch.c | 8 | ||||
-rw-r--r-- | usr.bin/patch/util.c | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c index 0c925d2a555..5614de91cb9 100644 --- a/usr.bin/patch/backupfile.c +++ b/usr.bin/patch/backupfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: backupfile.c,v 1.13 2003/07/22 17:18:49 otto Exp $ */ +/* $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 @@ -17,8 +17,8 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.13 2003/07/22 17:18:49 otto Exp $"; -#endif /* not lint */ +static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.14 2003/07/22 17:52:20 deraadt Exp $"; +#endif /* not lint */ #include <ctype.h> #include <libgen.h> diff --git a/usr.bin/patch/inp.c b/usr.bin/patch/inp.c index f89c924ab9a..f31d6e6b448 100644 --- a/usr.bin/patch/inp.c +++ b/usr.bin/patch/inp.c @@ -1,8 +1,8 @@ -/* $OpenBSD: inp.c,v 1.16 2003/07/22 17:18:49 otto Exp $ */ +/* $OpenBSD: inp.c,v 1.17 2003/07/22 17:52:20 deraadt Exp $ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: inp.c,v 1.16 2003/07/22 17:18:49 otto Exp $"; -#endif /* not lint */ +static const char rcsid[] = "$OpenBSD: inp.c,v 1.17 2003/07/22 17:52:20 deraadt Exp $"; +#endif /* not lint */ #include <sys/types.h> #include <sys/file.h> diff --git a/usr.bin/patch/pch.c b/usr.bin/patch/pch.c index ff4658dc281..e59eec91429 100644 --- a/usr.bin/patch/pch.c +++ b/usr.bin/patch/pch.c @@ -1,7 +1,7 @@ -/* $OpenBSD: pch.c,v 1.22 2003/07/22 17:20:53 millert Exp $ */ +/* $OpenBSD: pch.c,v 1.23 2003/07/22 17:52:20 deraadt Exp $ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: pch.c,v 1.22 2003/07/22 17:20:53 millert Exp $"; +static const char rcsid[] = "$OpenBSD: pch.c,v 1.23 2003/07/22 17:52:20 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -47,7 +47,7 @@ static void grow_hunkmax(void); static int intuit_diff_type(void); static void next_intuit_at(long, long); static void skip_to(long, long); -static char *pgets(char *, int, FILE *); +static char *pgets(char *, int, FILE *); /* * Prepare to look for the next patch in the patch file. @@ -679,7 +679,7 @@ another_hunk(void) break; case ' ': if (!isspace(buf[1]) && - repl_beginning && repl_could_be_missing) { + repl_beginning && repl_could_be_missing) { repl_missing = TRUE; goto hunk_done; } diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c index 800097c3972..a958b480ac5 100644 --- a/usr.bin/patch/util.c +++ b/usr.bin/patch/util.c @@ -1,8 +1,8 @@ -/* $OpenBSD: util.c,v 1.16 2003/07/22 17:18:49 otto Exp $ */ +/* $OpenBSD: util.c,v 1.17 2003/07/22 17:52:20 deraadt Exp $ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: util.c,v 1.16 2003/07/22 17:18:49 otto Exp $"; -#endif /* not lint */ +static const char rcsid[] = "$OpenBSD: util.c,v 1.17 2003/07/22 17:52:20 deraadt Exp $"; +#endif /* not lint */ #include <sys/param.h> #include <sys/stat.h> |