summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-21 14:32:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-21 14:32:22 +0000
commit850d2099035b1ab5f69458854170db2e4cfd41b3 (patch)
tree0e27de818882d2bc34bd6b48a2bf7d19448ede91 /usr.bin
parenta9c2e59b866ff50ebd41fe9b3079a26f10901ca7 (diff)
fix header
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/patch/EXTERN.h2
-rw-r--r--usr.bin/patch/INTERN.h2
-rw-r--r--usr.bin/patch/backupfile.c4
-rw-r--r--usr.bin/patch/backupfile.h3
-rw-r--r--usr.bin/patch/common.h2
-rw-r--r--usr.bin/patch/config.h2
-rw-r--r--usr.bin/patch/inp.c4
-rw-r--r--usr.bin/patch/inp.h2
-rw-r--r--usr.bin/patch/patch.c4
-rw-r--r--usr.bin/patch/pch.c4
-rw-r--r--usr.bin/patch/pch.h2
-rw-r--r--usr.bin/patch/util.c4
-rw-r--r--usr.bin/patch/util.h2
13 files changed, 19 insertions, 18 deletions
diff --git a/usr.bin/patch/EXTERN.h b/usr.bin/patch/EXTERN.h
index 1ac8f256930..bf2be61ade0 100644
--- a/usr.bin/patch/EXTERN.h
+++ b/usr.bin/patch/EXTERN.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: EXTERN.h,v 1.3 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: EXTERN.h,v 1.4 2003/07/21 14:32:21 deraadt Exp $ */
#ifdef EXT
#undef EXT
diff --git a/usr.bin/patch/INTERN.h b/usr.bin/patch/INTERN.h
index 2e8f97801ff..379991aaf1b 100644
--- a/usr.bin/patch/INTERN.h
+++ b/usr.bin/patch/INTERN.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: INTERN.h,v 1.3 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: INTERN.h,v 1.4 2003/07/21 14:32:21 deraadt Exp $ */
#ifdef EXT
#undef EXT
diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c
index b1d37a98b1a..d418549d78d 100644
--- a/usr.bin/patch/backupfile.c
+++ b/usr.bin/patch/backupfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: backupfile.c,v 1.11 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: backupfile.c,v 1.12 2003/07/21 14:32:21 deraadt Exp $ */
/*
* backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free
@@ -17,7 +17,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: backupfile.c,v 1.11 2003/07/21 14:00:41 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: backupfile.c,v 1.12 2003/07/21 14:32:21 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.bin/patch/backupfile.h b/usr.bin/patch/backupfile.h
index 43a27a8bc1b..f242cb63090 100644
--- a/usr.bin/patch/backupfile.h
+++ b/usr.bin/patch/backupfile.h
@@ -1,4 +1,5 @@
-/* $OpenBSD: backupfile.h,v 1.4 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: backupfile.h,v 1.5 2003/07/21 14:32:21 deraadt Exp $ */
+
/*
* backupfile.h -- declarations for making Emacs style backup file names
* Copyright (C) 1990 Free Software Foundation, Inc.
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h
index fb5cfc1423e..24ac2d4b090 100644
--- a/usr.bin/patch/common.h
+++ b/usr.bin/patch/common.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: common.h,v 1.15 2003/07/21 14:30:31 deraadt Exp $ */
+/* $OpenBSD: common.h,v 1.16 2003/07/21 14:32:21 deraadt Exp $ */
#define DEBUGGING
diff --git a/usr.bin/patch/config.h b/usr.bin/patch/config.h
index efaee2c2a86..7b1f7b5e86e 100644
--- a/usr.bin/patch/config.h
+++ b/usr.bin/patch/config.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.h,v 1.5 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: config.h,v 1.6 2003/07/21 14:32:21 deraadt Exp $ */
/*
* config.h This file was produced by running the config.h.SH script, which
diff --git a/usr.bin/patch/inp.c b/usr.bin/patch/inp.c
index 411c7984647..f06a61b9c17 100644
--- a/usr.bin/patch/inp.c
+++ b/usr.bin/patch/inp.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: inp.c,v 1.13 2003/07/21 14:30:31 deraadt Exp $ */
+/* $OpenBSD: inp.c,v 1.14 2003/07/21 14:32:21 deraadt Exp $ */
#ifndef lint
-static char rcsid[] = "$OpenBSD: inp.c,v 1.13 2003/07/21 14:30:31 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: inp.c,v 1.14 2003/07/21 14:32:21 deraadt Exp $";
#endif /* not lint */
#include "EXTERN.h"
diff --git a/usr.bin/patch/inp.h b/usr.bin/patch/inp.h
index 5ebe3ae1f13..81670d852ea 100644
--- a/usr.bin/patch/inp.h
+++ b/usr.bin/patch/inp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: inp.h,v 1.4 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: inp.h,v 1.5 2003/07/21 14:32:21 deraadt Exp $ */
EXT LINENUM input_lines INIT(0); /* how long is input file in lines */
EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */
diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
index dd23e02e935..c09c0f86eab 100644
--- a/usr.bin/patch/patch.c
+++ b/usr.bin/patch/patch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: patch.c,v 1.20 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: patch.c,v 1.21 2003/07/21 14:32:21 deraadt Exp $ */
/*
* patch - a program to apply diffs to original files
@@ -27,7 +27,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: patch.c,v 1.20 2003/07/21 14:00:41 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: patch.c,v 1.21 2003/07/21 14:32:21 deraadt Exp $";
#endif /* not lint */
#include "INTERN.h"
diff --git a/usr.bin/patch/pch.c b/usr.bin/patch/pch.c
index d251635a18e..2a2c8fb7eaf 100644
--- a/usr.bin/patch/pch.c
+++ b/usr.bin/patch/pch.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: pch.c,v 1.19 2003/07/21 14:30:31 deraadt Exp $ */
+/* $OpenBSD: pch.c,v 1.20 2003/07/21 14:32:21 deraadt Exp $ */
#ifndef lint
-static char rcsid[] = "$OpenBSD: pch.c,v 1.19 2003/07/21 14:30:31 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: pch.c,v 1.20 2003/07/21 14:32:21 deraadt Exp $";
#endif /* not lint */
#include "EXTERN.h"
diff --git a/usr.bin/patch/pch.h b/usr.bin/patch/pch.h
index a07bc914d4c..9f20d696123 100644
--- a/usr.bin/patch/pch.h
+++ b/usr.bin/patch/pch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pch.h,v 1.4 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: pch.h,v 1.5 2003/07/21 14:32:21 deraadt Exp $ */
EXT FILE *pfp INIT(Nullfp); /* patch file pointer */
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c
index e026e9de342..6340266a7a9 100644
--- a/usr.bin/patch/util.c
+++ b/usr.bin/patch/util.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: util.c,v 1.14 2003/07/21 14:30:31 deraadt Exp $ */
+/* $OpenBSD: util.c,v 1.15 2003/07/21 14:32:21 deraadt Exp $ */
#ifndef lint
-static char rcsid[] = "$OpenBSD: util.c,v 1.14 2003/07/21 14:30:31 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: util.c,v 1.15 2003/07/21 14:32:21 deraadt Exp $";
#endif /* not lint */
#include "EXTERN.h"
diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h
index dfeaaad4c22..3b81cd8da68 100644
--- a/usr.bin/patch/util.h
+++ b/usr.bin/patch/util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.h,v 1.5 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: util.h,v 1.6 2003/07/21 14:32:21 deraadt Exp $ */
/* and for those machine that can't handle a variable argument list */