summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-05-11 07:35:25 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-05-11 07:35:25 +0000
commitdfa872638a29db52898f15c7f4ad78b417fc287a (patch)
tree17b490fa934d10d1a0b76ef8c1d3d527f9708987 /sys/arch/vax/stand
parent40fe33040129d28236eca49cb72aebd19fc492c1 (diff)
stand.h defines min, no need for it here
Diffstat (limited to 'sys/arch/vax/stand')
-rw-r--r--sys/arch/vax/stand/vaxstand.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/vax/stand/vaxstand.h b/sys/arch/vax/stand/vaxstand.h
index 8424c18413a..ad2ec8d7598 100644
--- a/sys/arch/vax/stand/vaxstand.h
+++ b/sys/arch/vax/stand/vaxstand.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vaxstand.h,v 1.5 1998/02/03 11:48:30 maja Exp $ */
+/* $OpenBSD: vaxstand.h,v 1.6 1998/05/11 07:35:24 niklas Exp $ */
/* $NetBSD: vaxstand.h,v 1.6 1997/03/15 13:04:31 ragge Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -50,9 +50,4 @@ extern int cpunumber;
(int(*)(struct open_file *))close, \
(int(*)(struct open_file *,u_long, void *))ioctl}
-/*
- * Easy-to-use definitions
- */
-#define min(x,y) (x < y ? x : y)
-
char *index();