summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/herror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/herror.c')
-rw-r--r--src/lib/libc/net/herror.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libc/net/herror.c b/src/lib/libc/net/herror.c
index f2d241385d..40da6562ad 100644
--- a/src/lib/libc/net/herror.c
+++ b/src/lib/libc/net/herror.c
@@ -1,5 +1,3 @@
1/* $NetBSD: herror.c,v 1.6 1996/02/02 15:22:22 mrg Exp $ */
2
3/*- 1/*-
4 * Copyright (c) 1987, 1993 2 * Copyright (c) 1987, 1993
5 * The Regents of the University of California. All rights reserved. 3 * The Regents of the University of California. All rights reserved.
@@ -54,12 +52,7 @@
54 */ 52 */
55 53
56#if defined(LIBC_SCCS) && !defined(lint) 54#if defined(LIBC_SCCS) && !defined(lint)
57#if 0 55static char rcsid[] = "$OpenBSD: herror.c,v 1.3 1996/08/19 08:29:02 tholo Exp $";
58static char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93";
59static char rcsid[] = "$Id: herror.c,v 8.2 1995/06/19 08:35:01 vixie Exp ";
60#else
61static char rcsid[] = "$NetBSD: herror.c,v 1.6 1996/02/02 15:22:22 mrg Exp $";
62#endif
63#endif /* LIBC_SCCS and not lint */ 56#endif /* LIBC_SCCS and not lint */
64 57
65#include <sys/types.h> 58#include <sys/types.h>