diff options
author | 1996-06-10 11:21:23 +0000 | |
---|---|---|
committer | 1996-06-10 11:21:23 +0000 | |
commit | d438cbb6134b5fec9573e41bfee137c7fc9ca958 (patch) | |
tree | 246aaca06b5465805338a2c8230da2923154f8dd /usr.bin/patch/backupfile.h | |
parent | Bring Cygnus versions into the trunk, keeping our local patches (diff) | |
download | wireguard-openbsd-d438cbb6134b5fec9573e41bfee137c7fc9ca958.tar.xz wireguard-openbsd-d438cbb6134b5fec9573e41bfee137c7fc9ca958.zip |
Support the long options that FSF's patch version has. $OpenBSD$ added
Diffstat (limited to 'usr.bin/patch/backupfile.h')
-rw-r--r-- | usr.bin/patch/backupfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/patch/backupfile.h b/usr.bin/patch/backupfile.h index 2d99c4c9966..16881d2633b 100644 --- a/usr.bin/patch/backupfile.h +++ b/usr.bin/patch/backupfile.h @@ -1,3 +1,4 @@ +/* $OpenBSD: backupfile.h,v 1.2 1996/06/10 11:21:26 niklas Exp $*/ /* backupfile.h -- declarations for making Emacs style backup file names Copyright (C) 1990 Free Software Foundation, Inc. @@ -8,7 +9,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - $Id: backupfile.h,v 1.1.1.1 1995/10/18 08:45:55 deraadt Exp $ */ /* When to make backup files. */ |