aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip/partab.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-08-31 14:14:30 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-08-31 14:14:30 +0000
commitfa92e8831d961eb20ee167656629e247108dde53 (patch)
treee07e374074319669440c07525e33e34a59954293 /usr.bin/tip/tip/partab.c
parent24ede41b966f0ffda5a67fcc9a6c0f38ab18d74d (diff)
downloadsrc-fa92e8831d961eb20ee167656629e247108dde53.tar.gz
src-fa92e8831d961eb20ee167656629e247108dde53.zip
Resolve merge conflicts.
Notes
Notes: svn path=/head/; revision=161754
Diffstat (limited to 'usr.bin/tip/tip/partab.c')
-rw-r--r--usr.bin/tip/tip/partab.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c
index bfdb17d8ca1a..05bb3294a7de 100644
--- a/usr.bin/tip/tip/partab.c
+++ b/usr.bin/tip/tip/partab.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: partab.c,v 1.3 1997/04/02 01:47:02 millert Exp $ */
+/* $OpenBSD: partab.c,v 1.5 2003/06/03 02:56:18 millert Exp $ */
/* $NetBSD: partab.c,v 1.4 1996/12/29 10:38:21 cgd Exp $ */
/*
@@ -13,11 +13,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -40,7 +36,7 @@ __FBSDID("$FreeBSD$");
#ifndef lint
#if 0
static char sccsid[] = "@(#)partab.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "$OpenBSD: partab.c,v 1.3 1997/04/02 01:47:02 millert Exp $";
+static const char rcsid[] = "$OpenBSD: partab.c,v 1.5 2003/06/03 02:56:18 millert Exp $";
#endif
#endif /* not lint */