This is patch10 to PennMUSH 1.7.2. After applying this patch, you will
have version 1.7.2p10. 

To apply this patch, save it to a file in your top-level MUSH directory,
and do the following:
	patch -p0 < 1.7.2-patch10	
	make

If you use GNU patch 2.2, you probably want the above to be 'patch -b -p0',
not just 'patch -p0'.

Then @shutdown and restart your MUSH.

In this patch:
 * A modification to the MANIFEST file was left out of p9. It's necessary
   to make Configure not complain that your kit is incomplete.

 - Alan/Javelin

Index: Patchlevel
Prereq: 1.7.2p9
*** Patchlevel.orig Thu, 23 Apr 1998 16:31:56 -0500 dunemush (pennmush/h/12_Patchlevel 1.10 640) 0.25
--- Patchlevel      Fri, 24 Apr 1998 08:48:28 -0500 dunemush (pennmush/h/12_Patchlevel 1.10 640) 0.25(w)
***************
*** 1,2 ****
  Do not edit this file. It is maintained by the official PennMUSH patches.
! This is PennMUSH 1.7.2p9
--- 1,2 ----
  Do not edit this file. It is maintained by the official PennMUSH patches.
! This is PennMUSH 1.7.2p10
Index: CHANGES
*** CHANGES.orig Thu, 23 Apr 1998 16:31:56 -0500 dunemush (pennmush/h/9_CHANGES 1.10.1.1.1.1.1.1.1.1 640) 0.25
--- CHANGES      Fri, 24 Apr 1998 08:49:06 -0500 dunemush (pennmush/h/9_CHANGES 1.10.1.1.1.1.1.1.1.1 640) 0.25(w)
***************
*** 15,20 ****
--- 15,26 ----
  
  ==========================================================================
  
+ Version 1.7.2 patchlevel 10                   April 24, 1998
+ 
+ Fixes:
+       * MANIFEST updated to reflect the deletion of src/nmalloc.c
+ 
+ 
  Version 1.7.2 patchlevel 9                    April 21, 1998
  
  Fixes:
Index: MANIFEST
*** MANIFEST.orig Mon, 16 Feb 1998 10:19:07 -0600 dunemush (pennmush/d/35_MANIFEST 1.2 640) 0.25
--- MANIFEST      Fri, 24 Apr 1998 08:47:49 -0500 dunemush (pennmush/d/35_MANIFEST 1.2 640) 0.25(w)
***************
*** 87,93 ****
  src/move.c
  src/mycrypt.c
  src/mymalloc.c
- src/nmalloc.c
  src/parse.c
  src/player.c
  src/plyrlist.c
--- 87,92 ----
Index: hdrs/version.h
*** hdrs/version.h.orig Thu, 23 Apr 1998 16:31:56 -0500 dunemush (pennmush/e/22_version.h 1.10 640) 0.25
--- hdrs/version.h      Fri, 24 Apr 1998 08:48:37 -0500 dunemush (pennmush/e/22_version.h 1.10 640) 0.25(w)
***************
*** 1,2 ****
! #define VERSION "PennMUSH version 1.7.2 patchlevel 9 [4/21/98]"
! #define SHORTVN "PennMUSH 1.7.2p9"
--- 1,2 ----
! #define VERSION "PennMUSH version 1.7.2 patchlevel 10 [4/24/98]"
! #define SHORTVN "PennMUSH 1.7.2p10"
Index: game/txt/hlp/pennvers.hlp
*** game/txt/hlp/pennvers.hlp.orig Thu, 23 Apr 1998 16:31:56 -0500 dunemush (pennmush/h/5_pennvers.h 1.10 640) 0.25
--- game/txt/hlp/pennvers.hlp      Fri, 24 Apr 1998 08:49:27 -0500 dunemush (pennmush/h/5_pennvers.h 1.10 640) 0.25(w)
***************
*** 30,35 ****
--- 30,40 ----
  1.50p11, 1.50p12, 1.50p13, 1.50p14, 1.50p15, 1.6.0, 1.6.1, 1.6.2,
  1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.9, 1.6.10, 1.7.0, 1.7.1
  
+ Version 1.7.2 patchlevel 10                   April 24, 1998
+ 
+ Fixes:
+       * MANIFEST updated to reflect the deletion of src/nmalloc.c
+ 
  Version 1.7.2 patchlevel 9                    April 21, 1998
  
  Fixes: