* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / chkpwd.c
index b96ac7392a54845d964fbd9572ffdde486864d24..efcbb674bb230b66d2d956e2a7f4572a9800af57 100644 (file)
@@ -23,7 +23,7 @@ int main(void)
 {
   uid_t uid;
   struct passwd *pw;
-  char buf[256];
+  char buf[SIZ];
 
   get_config();
   uid = getuid();