summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ipx_addr.c
diff options
context:
space:
mode:
authortholo <>1996-08-19 08:34:30 +0000
committertholo <>1996-08-19 08:34:30 +0000
commite05d77aaf17452bebe333901f1acfad893fa05a7 (patch)
tree38a123983182ecb1d85d870dc92d9e902a66e4e4 /src/lib/libc/net/ipx_addr.c
parent057dc3cd255a3e12f9cb92d21ec3f71c65cfd475 (diff)
downloadopenbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.gz
openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.bz2
openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.zip
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'src/lib/libc/net/ipx_addr.c')
-rw-r--r--src/lib/libc/net/ipx_addr.c6
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)
40static 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>