From a3df8483c81347db7e5cc51d166838bcc8c02bfb Mon Sep 17 00:00:00 2001 From: Garance A Drosehn Date: Sun, 28 Apr 2002 01:26:40 +0000 Subject: [PATCH] Add FreeBSD id's to these files, in advance of a separate update. MFC after: 3 days --- gnu/usr.bin/patch/backupfile.c | 6 +++++- gnu/usr.bin/patch/backupfile.h | 4 ++++ gnu/usr.bin/patch/getopt.c | 7 +++++-- gnu/usr.bin/patch/getopt.h | 4 ++++ 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/patch/backupfile.c b/gnu/usr.bin/patch/backupfile.c index 7779056cc5c..c6d93c99397 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 . - Some algorithms adapted from GNU Emacs. */ + Some algorithms adapted from GNU Emacs. + */ + +#include +__FBSDID("$FreeBSD$"); #include "config.h" #include diff --git a/gnu/usr.bin/patch/backupfile.h b/gnu/usr.bin/patch/backupfile.h index dfd1fc4e138..bb7b5e6b672 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 98a6f330f7d..9fb622541b8 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 +__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 45541f5ac0f..627d2237f8a 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