]> andersk Git - moira.git/commitdiff
Groups with GID between 32768 and 66535 aren't special anymore.
authorzacheiss <zacheiss>
Sat, 26 Jul 2003 05:46:56 +0000 (05:46 +0000)
committerzacheiss <zacheiss>
Sat, 26 Jul 2003 05:46:56 +0000 (05:46 +0000)
afssync/pt_util.c

index b5d53d356f53b951445c9633e1beb2bf18b1abdd..4aceba6fc96fafea8bc7a39e31fabb5c8025f574 100644 (file)
@@ -30,8 +30,8 @@
 #include "vis.h"
 
 #define IDHash(x) (abs(x) % HASHSIZE)
-#define print_id(x) ( ((flags&DO_SYS)==0 && (x<-32767 || x>97536)) || \
-                     ((flags&DO_OTR)==0 && (x>-32768 && x<97537)))
+#define print_id(x) ( ((flags&DO_SYS)==0 && (x<-65535 || x>97536)) || \
+                     ((flags&DO_OTR)==0 && (x>-65536 && x<97537)))
 
 extern char *optarg;
 extern int optind;
This page took 0.506871 seconds and 5 git commands to generate.