summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ipx_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/ipx_addr.c')
-rw-r--r--src/lib/libc/net/ipx_addr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libc/net/ipx_addr.c b/src/lib/libc/net/ipx_addr.c
index c7f8306128..b65d5f6cfd 100644
--- a/src/lib/libc/net/ipx_addr.c
+++ b/src/lib/libc/net/ipx_addr.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: ipx_addr.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */
1/* 2/*
2 * Copyright (c) 1986, 1993 3 * Copyright (c) 1986, 1993
3 * The Regents of the University of California. All rights reserved. 4 * The Regents of the University of California. All rights reserved.
@@ -32,10 +33,6 @@
32 * from @(#)ipx_addr.c 33 * from @(#)ipx_addr.c
33 */ 34 */
34 35
35#if defined(LIBC_SCCS) && !defined(lint)
36static char rcsid[] = "$OpenBSD: ipx_addr.c,v 1.7 2005/03/25 13:24:12 otto Exp $";
37#endif /* LIBC_SCCS and not lint */
38
39#include <sys/param.h> 36#include <sys/param.h>
40#include <netipx/ipx.h> 37#include <netipx/ipx.h>
41#include <stdio.h> 38#include <stdio.h>