diff options
Diffstat (limited to 'sys/lib/libkern/lmin.c')
-rw-r--r-- | sys/lib/libkern/lmin.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/lib/libkern/lmin.c b/sys/lib/libkern/lmin.c index 2bfe05aba70..21cb58eec0d 100644 --- a/sys/lib/libkern/lmin.c +++ b/sys/lib/libkern/lmin.c @@ -1,4 +1,5 @@ -/* $NetBSD: lmin.c,v 1.2 1994/10/26 06:42:28 cgd Exp $ */ +/* $OpenBSD: lmin.c,v 1.2 1996/04/19 16:09:27 niklas Exp $ */ +/* $NetBSD: lmin.c,v 1.3 1996/03/14 18:52:10 christos Exp $ */ /* * Copyright (c) 1982, 1986, 1991 Regents of the University of California. @@ -35,6 +36,9 @@ * @(#)subr_xxx.c 7.10 (Berkeley) 4/20/91 */ +#define LIBKERN_INLINE +#include <lib/libkern/libkern.h> + long lmin(a, b) long a, b; |