[PATCH] 2.3.25pre1 and CONFIG_SYSVIPC=n

Andrzej Krzysztofowicz (ankry@green.mif.pg.gda.pl)
Fri, 29 Oct 1999 17:46:55 +0200 (CEST)


Hi,
This is one more compile fix for 2.3.25pre1:

***********************************************************************
diff -u --recursive linux-2.3.25pre1.orig/ipc/util.c linux/ipc/util.c
--- linux-2.3.25pre1.orig/ipc/util.c Mon Oct 25 19:58:00 1999
+++ linux/ipc/util.c Fri Oct 29 15:44:59 1999
@@ -119,7 +119,7 @@
return -ENOSYS;
}

-void shm_unuse(pte_t entry, struct page *page)
+void shm_unuse(swp_entry_t entry, struct page *page)
{
}

***********************************************************************

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/