diff options
author | 2005-08-02 21:46:23 +0000 | |
---|---|---|
committer | 2005-08-02 21:46:23 +0000 | |
commit | a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d (patch) | |
tree | 68174b733ed70872339d5951280122c86af6c050 /lib/libutil/getmaxpartitions.c | |
parent | Save floating point context on signals, same diff as macppc (diff) | |
download | wireguard-openbsd-a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d.tar.xz wireguard-openbsd-a4bdaecf91f47b9f6fcfd5a63ed8e496fce9c69d.zip |
scrape $Id$ tags.
okay deraadt@, millert@, krw@
Diffstat (limited to 'lib/libutil/getmaxpartitions.c')
-rw-r--r-- | lib/libutil/getmaxpartitions.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libutil/getmaxpartitions.c b/lib/libutil/getmaxpartitions.c index 41a7b044bba..d6a5ced3325 100644 --- a/lib/libutil/getmaxpartitions.c +++ b/lib/libutil/getmaxpartitions.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getmaxpartitions.c,v 1.4 2004/05/28 07:03:47 deraadt Exp $ */ +/* $OpenBSD: getmaxpartitions.c,v 1.5 2005/08/02 21:46:23 espie Exp $ */ /* $NetBSD: getmaxpartitions.c,v 1.1 1996/05/16 07:03:31 thorpej Exp $ */ /*- @@ -37,10 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$NetBSD: getmaxpartitions.c,v 1.1 1996/05/16 07:03:31 thorpej Exp $"; -#endif - #include <sys/param.h> #include <sys/sysctl.h> |