From 550b52bb75b19d52dd91e7cab15065df887f53d2 Mon Sep 17 00:00:00 2001 From: millert Date: Fri, 28 Feb 1997 07:09:08 +0000 Subject: [PATCH] Only include sys/errno.h once. --- usr.bin/kdump/kdump.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 1ac7c6b660a..b0f00c6c007 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump.c,v 1.7 1997/02/06 13:46:36 deraadt Exp $ */ +/* $OpenBSD: kdump.c,v 1.8 1997/02/28 07:09:08 millert Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -43,11 +43,10 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)kdump.c 8.4 (Berkeley) 4/28/95"; #endif -static char *rcsid = "$OpenBSD: kdump.c,v 1.7 1997/02/06 13:46:36 deraadt Exp $"; +static char *rcsid = "$OpenBSD: kdump.c,v 1.8 1997/02/28 07:09:08 millert Exp $"; #endif /* not lint */ #include -#include #include #include #include -- 2.20.1