diff options
Diffstat (limited to 'usr.bin/vi/pathnames.h')
-rw-r--r-- | usr.bin/vi/pathnames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/pathnames.h b/usr.bin/vi/pathnames.h index be6352b9dfc1a..c6e6906dc63a9 100644 --- a/usr.bin/vi/pathnames.h +++ b/usr.bin/vi/pathnames.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1991, 1993 + * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 8.5 (Berkeley) 12/21/93 + * @(#)pathnames.h 8.6 (Berkeley) 3/16/94 */ #define _PATH_BSHELL "/bin/sh" |