]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixed typo.
authorPhilip Homburg <philip@cs.vu.nl>
Wed, 8 Mar 2006 12:30:43 +0000 (12:30 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Wed, 8 Mar 2006 12:30:43 +0000 (12:30 +0000)
kernel/proc.c

index fce4d486b7747e149dcb82203c8284ac04c534a1..bb77cd66edb70e0653b882949935ecc599453e9c 100755 (executable)
@@ -114,7 +114,7 @@ message *m_ptr;                     /* pointer to message in the caller's space */
        kprintf("called by the dead?!?\n");
        return EINVAL;
   }
-@endif
+#endif
   
   /* Require a valid source and/ or destination process, unless echoing. */
   if (src_dst_e != ANY && function != ECHO) {