summaryrefslogtreecommitdiff
path: root/sys/dev/pci/nofnvar.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-09-24 18:33:27 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-09-24 18:33:27 +0000
commit59c0d446267e5ac5962411ba74fe8dc57703e0cf (patch)
tree4af2e32929808a2bbee2f8520a6c78f750af81c1 /sys/dev/pci/nofnvar.h
parent44eccc305057561641268f38e186635eaffa766c (diff)
Don't use constants for the output parameter, use the iparam count as a pointer to the first result location.
Diffstat (limited to 'sys/dev/pci/nofnvar.h')
-rw-r--r--sys/dev/pci/nofnvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/nofnvar.h b/sys/dev/pci/nofnvar.h
index 71da51e9db4..64824976f2e 100644
--- a/sys/dev/pci/nofnvar.h
+++ b/sys/dev/pci/nofnvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nofnvar.h,v 1.4 2002/05/16 22:52:17 jason Exp $ */
+/* $OpenBSD: nofnvar.h,v 1.5 2002/09/24 18:33:26 jason Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -82,4 +82,3 @@ struct nofn_pk_q {
#define NOFN_MODEXP_PAR_M 0
#define NOFN_MODEXP_PAR_E 1
#define NOFN_MODEXP_PAR_N 2
-#define NOFN_MODEXP_PAR_C 3