[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 02/18] i386/i386at/lpr.c: fix argument list
From: |
Marin Ramesa |
Subject: |
[PATCH 02/18] i386/i386at/lpr.c: fix argument list |
Date: |
Fri, 6 Dec 2013 16:29:44 +0100 |
* i386/i386at/lpr.c (lprprobe): Fix argument list.
---
i386/i386at/lpr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/i386/i386at/lpr.c b/i386/i386at/lpr.c
index 4431c37..3942335 100644
--- a/i386/i386at/lpr.c
+++ b/i386/i386at/lpr.c
@@ -63,6 +63,7 @@ int lpr_alive[NLPR];
int
lprprobe(port, dev)
+int port;
struct bus_device *dev;
{
u_short addr = (u_short) dev->address;
--
1.8.1.4
- [PATCH 01/18] ddb/db_output.c: remove forward declaration, Marin Ramesa, 2013/12/06
- [PATCH 04/18] i386/i386at/pic_isa.c: remove forward declaration, Marin Ramesa, 2013/12/06
- [PATCH 03/18] i386/i386at/model_dep.c: fix argument list, Marin Ramesa, 2013/12/06
- [PATCH 05/18] vm/vm_pageout.c: remove forward declarations, Marin Ramesa, 2013/12/06
- [PATCH 06/18] vm/vm_object.c: remove unused variable, Marin Ramesa, 2013/12/06
- [PATCH 07/18] vm/vm_map.c: use boolean instead of an int, Marin Ramesa, 2013/12/06
- [PATCH 02/18] i386/i386at/lpr.c: fix argument list,
Marin Ramesa <=
- [PATCH 08/18] kern/boot_script.c: move struct definitions to a header file, Marin Ramesa, 2013/12/06
- [PATCH 09/18] kern/bootstrap.c: move struct definition to a header file, Marin Ramesa, 2013/12/06
- [PATCH 10/18] kern/startup.c: use boolean values, Marin Ramesa, 2013/12/06
- [PATCH 12/18] kern/debug.c: fix implicit declaration of function, Marin Ramesa, 2013/12/06
- [PATCH 11/18] kern/exception.c: move struct definition to a header file, Marin Ramesa, 2013/12/06
- [PATCH 14/18] Fix initialization from incompatible pointer type, Marin Ramesa, 2013/12/06