Index: trunk/minix/include/minix/callnr.h
===================================================================
--- trunk/minix/include/minix/callnr.h	(revision 9)
+++ trunk/minix/include/minix/callnr.h	(revision 11)
@@ -1,3 +1,3 @@
-#define NCALLS		  95	/* number of system calls allowed */
+#define NCALLS		  96	/* number of system calls allowed */
 
 #define EXIT		   1 
@@ -87,2 +87,3 @@
 #define TRUNCATE	  93	/* to FS */
 #define FTRUNCATE	  94	/* to FS */
+#define FOO	  95	/* to PM */
