summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/patch
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2002-04-28 01:26:40 +0000
committergad <gad@FreeBSD.org>2002-04-28 01:26:40 +0000
commit69091a8284855bbf8bc967d6baf599b1fbc7f077 (patch)
tree00dc43fc909f0004baf24139544beebeacdb9268 /gnu/usr.bin/patch
parent0507c68d3ac5fbbbb0fe2f675e0df88e6ad16737 (diff)
downloadFreeBSD-src-69091a8284855bbf8bc967d6baf599b1fbc7f077.zip
FreeBSD-src-69091a8284855bbf8bc967d6baf599b1fbc7f077.tar.gz
Add FreeBSD id's to these files, in advance of a separate update.
MFC after: 3 days
Diffstat (limited to 'gnu/usr.bin/patch')
-rw-r--r--gnu/usr.bin/patch/backupfile.c6
-rw-r--r--gnu/usr.bin/patch/backupfile.h4
-rw-r--r--gnu/usr.bin/patch/getopt.c7
-rw-r--r--gnu/usr.bin/patch/getopt.h4
4 files changed, 18 insertions, 3 deletions
diff --git a/gnu/usr.bin/patch/backupfile.c b/gnu/usr.bin/patch/backupfile.c
index 7779056..c6d93c9 100644
--- a/gnu/usr.bin/patch/backupfile.c
+++ b/gnu/usr.bin/patch/backupfile.c
@@ -16,7 +16,11 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>.
- Some algorithms adapted from GNU Emacs. */
+ Some algorithms adapted from GNU Emacs.
+ */
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include "config.h"
#include <stdio.h>
diff --git a/gnu/usr.bin/patch/backupfile.h b/gnu/usr.bin/patch/backupfile.h
index dfd1fc4..bb7b5e6 100644
--- a/gnu/usr.bin/patch/backupfile.h
+++ b/gnu/usr.bin/patch/backupfile.h
@@ -15,6 +15,10 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+/*
+ * $FreeBSD$
+ */
+
/* When to make backup files. */
enum backup_type
{
diff --git a/gnu/usr.bin/patch/getopt.c b/gnu/usr.bin/patch/getopt.c
index 98a6f33..9fb6225 100644
--- a/gnu/usr.bin/patch/getopt.c
+++ b/gnu/usr.bin/patch/getopt.c
@@ -18,8 +18,11 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-
+ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/* NOTE!!! AIX requires this to be the first thing in the file.
Do not put ANYTHING before it! */
#if !defined (__GNUC__) && defined (_AIX)
diff --git a/gnu/usr.bin/patch/getopt.h b/gnu/usr.bin/patch/getopt.h
index 45541f5..627d223 100644
--- a/gnu/usr.bin/patch/getopt.h
+++ b/gnu/usr.bin/patch/getopt.h
@@ -15,6 +15,10 @@
along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+/*
+ * $FreeBSD$
+ */
+
#ifndef _GETOPT_H
#define _GETOPT_H 1
OpenPOWER on IntegriCloud