diff options
Diffstat (limited to 'src/lib/libc/net/ipx_addr.c')
-rw-r--r-- | src/lib/libc/net/ipx_addr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/ipx_addr.c b/src/lib/libc/net/ipx_addr.c index c4ca5f12bd..96ee9d0fdb 100644 --- a/src/lib/libc/net/ipx_addr.c +++ b/src/lib/libc/net/ipx_addr.c | |||
@@ -1,5 +1,3 @@ | |||
1 | /* $OpenBSD: ipx_addr.c,v 1.1 1996/08/16 09:47:05 mickey Exp $ */ | ||
2 | |||
3 | /* | 1 | /* |
4 | * Copyright (c) 1986, 1993 | 2 | * Copyright (c) 1986, 1993 |
5 | * The Regents of the University of California. All rights reserved. | 3 | * The Regents of the University of California. All rights reserved. |
@@ -38,6 +36,10 @@ | |||
38 | * from @(#)ipx_addr.c | 36 | * from @(#)ipx_addr.c |
39 | */ | 37 | */ |
40 | 38 | ||
39 | #if defined(LIBC_SCCS) && !defined(lint) | ||
40 | static char rcsid[] = "$OpenBSD: ipx_addr.c,v 1.2 1996/08/19 08:29:18 tholo Exp $"; | ||
41 | #endif /* LIBC_SCCS and not lint */ | ||
42 | |||
41 | #include <sys/param.h> | 43 | #include <sys/param.h> |
42 | #include <netipx/ipx.h> | 44 | #include <netipx/ipx.h> |
43 | #include <stdio.h> | 45 | #include <stdio.h> |