kernel.h: dummy in_group for level 1 boxes
authorAlan Cox <alan@linux.intel.com>
Sat, 26 Mar 2016 14:26:59 +0000 (14:26 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 26 Mar 2016 14:26:59 +0000 (14:26 +0000)
Kernel/include/kernel.h

index 930f699..1632bde 100644 (file)
@@ -48,7 +48,7 @@ From UZI by Doug Braun and UZI280 by Stefan Nitschke.
 #define pathbuf()      tmpbuf()
 #define pathfree(tb)   brelse(tb)
 #define dump_core(sig) sig
-
+#define in_group(x)    0
 #endif
 
 #define CPM_EMULATOR_FILENAME    "/usr/cpm/emulator"