diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-12 20:57:45 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-12 20:57:45 +0000 |
commit | ff32432b39dc519a4edcd7d2f1986490f9e2f104 (patch) | |
tree | b6b53fa423054b531e1b84425c431687aa6f7f19 /sbin/ipfstat | |
parent | aed323171e127826b3dd64432947ae90e3ca3d36 (diff) |
add tag
Diffstat (limited to 'sbin/ipfstat')
-rw-r--r-- | sbin/ipfstat/kmem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipfstat/kmem.c b/sbin/ipfstat/kmem.c index 728aa52c20d..06f57f9f1a8 100644 --- a/sbin/ipfstat/kmem.c +++ b/sbin/ipfstat/kmem.c @@ -1,3 +1,4 @@ +/* $OpenBSD: kmem.c,v 1.8 1997/02/12 20:57:44 kstailey Exp $ */ /* * (C)opyright 1993,1994,1995 by Darren Reed. * @@ -21,7 +22,7 @@ #if !defined(lint) && defined(LIBC_SCCS) static char sccsid[] = "@(#)kmem.c 1.4 1/12/96 (C) 1992 Darren Reed"; -static char rcsid[] = "$Id: kmem.c,v 1.7 1997/02/12 18:27:48 dm Exp $"; +static char rcsid[] = "$Id: kmem.c,v 1.8 1997/02/12 20:57:44 kstailey Exp $"; #endif static int kmemfd = -1; |