summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/patch/backupfile.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-09-03 20:03:10 +0000
committerpfg <pfg@FreeBSD.org>2013-09-03 20:03:10 +0000
commita4c67efd5f829f228095cfa9ef30069364d2f824 (patch)
treed79bd8ca7c9a7aadb9b5df43a44c69677f29efb3 /gnu/usr.bin/patch/backupfile.h
parent0ad83fb9853866226b8cf7681559a523baee8467 (diff)
downloadFreeBSD-src-a4c67efd5f829f228095cfa9ef30069364d2f824.zip
FreeBSD-src-a4c67efd5f829f228095cfa9ef30069364d2f824.tar.gz
Remove our hacked GNU patch.
The old (2.1) GNU patch has outlived its days. The major local changes have been moved into the less restrictedly licensed patch(1) we adopted in usr.bin/ . A much newer version of GNU patch is available in the ports tree (devel/patch). Disconnect from the build and remove.
Diffstat (limited to 'gnu/usr.bin/patch/backupfile.h')
-rw-r--r--gnu/usr.bin/patch/backupfile.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/gnu/usr.bin/patch/backupfile.h b/gnu/usr.bin/patch/backupfile.h
deleted file mode 100644
index 7600714..0000000
--- a/gnu/usr.bin/patch/backupfile.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/* backupfile.h -- declarations for making Emacs style backup file names
- Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- 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
-{
- /* Never make backups. */
- none,
-
- /* Make simple backups of every file. */
- simple,
-
- /* Make numbered backups of files that already have numbered backups,
- and simple backups of the others. */
- numbered_existing,
-
- /* Make numbered backups of every file. */
- numbered
-};
-
-extern enum backup_type backup_type;
-extern char *simple_backup_suffix;
-
-char *find_backup_file_name (char *_file);
-enum backup_type get_version(char *_version);
-void addext(char *_filename, char *_ext, int _e);
OpenPOWER on IntegriCloud